api
Description
Required. An object with the internal API of Kanban
info
In this case, the internal API of Kanban is used for controls located on Toolbar
Usage
api: object;
Example
const board = new kanban.Kanban("#root", {
columns,
cards
});
new kanban.Toolbar("#toolbar", {
api: board.api
});
Related articles: Configuration
Related sample: Kanban. Custom toolbar