Skip to main content

Helpers

ContextMenuRight-click menu wrapper for card-level actions (edit, duplicate, delete, and custom entries)
EditorSidebar or modal editor for a single kanban card, driven by the kanban store
ExcelImportModal wizard for importing xlsx, csv, and tsv files into the kanban board
ExportPopupPopup panel that collects export options (PDF, PNG, XLSX) and emits an ExportRequest on submit
getCardShapeReturns the default CardShape with standard sections enabled
getEditorItemsReturns the default editor field definitions, optionally filtered by a card shape
getMenuOptionsReturns the default card context menu options
getPriorityOptionsReturns the default Low/Medium/High priority options with built-in CSS classes
getToolbarItemsReturns the default toolbar item array for the Kanban toolbar
registerEditorItemRegisters a custom field component for use in the editor by name
RestDataProviderREST data provider that maps kanban CRUD actions to backend HTTP calls
ToolbarBoard-level button bar for add-card, undo/redo, and sort actions