Resolves assignee IDs to display info (name, avatar). Set to enable assignee rendering on cards.
Custom card rendering function. Set to override default card rendering, or null for default.
Custom tooltip content function. Set to override default tooltip, or null for default.
Begins a batch so that multiple changes produce only one undo snapshot. Must be paired with endBatch(). Calls can be nested.
Copy selected cards (or provided cards) to the internal clipboard.
Optionalcards: KanbanCard[]Cut selected cards (or provided cards) to the internal clipboard.
Optionalcards: KanbanCard[]Ends the current batch and takes a snapshot if any changes occurred within it.
Paste cards from the internal clipboard into the target column.
OptionalswimlaneId: string | nullScrolls the board to make the specified card visible. No-op if the card's column is collapsed or the card is not rendered.
Optionaloptions: KanbanScrollOptionsScrolls the board to make the specified column visible. No-op if the column is not rendered.
Optionaloptions: KanbanScrollOptionsScrolls the board to make the specified swimlane visible. No-op if the swimlane is not rendered.
Optionaloptions: KanbanScrollOptions
Main public API for the KanbanBoard component.