TaskBoardDom
Mixin
Mixin that handles resolving elements from records and vice versa.
// Resolve task record from an element
const task = taskBoard.resolveTaskRecord(someElement);
// Get tasks element
const element = taskBoard.getTaskElement(taskBoard.taskStore.first);
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of TaskBoardDom class, or subclass thereof.
-
Identifies an object as an instance of TaskBoardDom class, or subclass thereof.