Skip to main content

api

Description

Required. An object representing Kanban's internal API

info

Here, the internal API of Kanban refers to the controls found on the 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