TaskBoardLinked
Configs
1
Configs
1Auto detected when used within a TaskBoard. If you add the widget elsewhere, it will try to find an instance of TaskBoard on page. If that fails you have to supply this config to connect it to a TaskBoard manually.
const taskBoard = new TaskBoard({});
const picker = new ColumnPickerButton({
taskBoard // Link it to the taskBoard instance created above
});
Properties
2
Properties
2Identifies an object as an instance of TaskBoardLinked class, or subclass thereof.
Identifies an object as an instance of TaskBoardLinked class, or subclass thereof.