readonly
Switches the board to view-only mode. When enabled, drag-and-drop, card creation, in-place editing, and delete are all blocked. Built-in toolbar and context menu items that would mutate data are hidden automatically.
Usage
readonly?: boolean;
false(default) - full interactivitytrue- all mutating affordances suppressed
Example
<Kanban :cards="cards" :columns="columns" :readonly="true" />