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