history
Description
Optional. Enables/disables managing history
info
Using the history
property you can enable/disable managing history of Kanban. If you set it to false, you will not be able to manage history via the API and controls on Toolbar.
tip
You can also skip some operations in the history of Kanban using the $meta
parameter with methods and events!
Usage
history?: boolean;
Default config
history: true
Example
new kanban.Kanban("#root", {
columns,
cards,
history: false, // disable managing history
// other parameters
});
Change log: The property was added in v1.3