TaskBoardLinked

Configs

1

Auto 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
isTaskBoardLinked: Boolean= truereadonly
Identifies an object as an instance of TaskBoardLinked class, or subclass thereof.
isTaskBoardLinked: Boolean= truereadonlystatic
Identifies an object as an instance of TaskBoardLinked class, or subclass thereof.