Kanban properties overview
For details on configuring the Kanban, see the Configuration section.
Name | Description |
---|---|
cardHeight | Optional. Defines the height of the cards. |
cards | Optional. An array of objects containing the cards data |
cardShape | Optional. Settings object that controls how cards look. |
cardTemplate | Optional. Generates and applies a custom HTML template for the card. |
columnKey | Optional. Specifies which column a card belongs to. |
columns | Optional. An array of objects containing the columns data |
columnShape | Optional. Settings object to customize the look of columns |
currentUser | Optional. Represents the ID of the current user |
editor | Optional. Contains settings for customizing the Kanban editor |
Deprecated! | |
editorShape | Optional. An array of objects that define the settings for controlling the look and behavior of the Kanban editor. |
history | Optional. Controls whether the history of changes is tracked |
links | Optional. This is an array of objects that holds the links data. |
locale | Optional. An object defining a custom locale for Kanban |
readonly | Optional. Controls whether editing, adding, selecting, and dragging cards are enabled or disabled. |
renderType | Optional. Specifies the way cards are rendered. |
rowKey | Optional. Specifies how a card is assigned to a row. |
rows | Optional. An array of objects that holds the rows (swimlanes) data |
rowShape | Optional. An object with settings to customize the appearance of rows |
scrollType | Optional. Specifies how scrolling behaves. |
theme | Optional. Defines a theme to apply to the Kanban board |