| cardContent | Custom card body component that replaces the default card markup |
| cardCss | Returns CSS class names for individual card wrappers |
| cardPopup | Custom popup component rendered on card click, replacing the default editor as the click target |
| card | Controls which sections appear on each card and their per-section options |
| cards | An array of card objects displayed on the board |
| columnAccessor | Controls how the store reads and writes a card's column membership |
| columnCss | Returns CSS class names for a column wrapper based on column state |
| columns | Column definitions that set the board's stages and their order |
| dynamicData | Enables on-demand column loading so cards are fetched only when a column becomes visible |
| filters | Initial filter map applied to cards on the board |
| history | Enables undo/redo history tracking for card mutations |
| init | Callback fired once after store initialization with the API reference |
| Properties | Overview of all Kanban component properties |
| readonly | Disables editing interactions and hides mutating UI affordances |
| render | Controls scroll mode, column width, and card/column virtualization |
| sort | Initial sort criterion applied to cards on the board |
| tooltip | Custom tooltip component displayed on card hover |