TaskBoardStores
Mixin
Mixin that handles TaskBoards stores, managed by a project.
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Inline assignments, will be loaded into an internally created AssignmentStore as a part of a project.
Has a corresponding runtime assignments property.
-
Default values to apply to task records created by task boards features (such as the column header menu and the column toolbar)
-
Inline resources, will be loaded into an internally created ResourceStore as a part of a project.
Has a corresponding runtime resources property.
-
TaskBoard does not use a sync mask by default. If you want one, see syncMask for configuration options.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of TaskBoardStores class, or subclass thereof.
-
The ProjectModel instance, containing the data visualized by the TaskBoard.
Has a corresponding project config.
-
Identifies an object as an instance of TaskBoardStores class, or subclass thereof.
-
Inline assignments, will be loaded into an internally created AssignmentStore as a part of a project.
Has a corresponding assignments config.
-
Inline resources, will be loaded into an internally created ResourceStore as a part of a project.
Has a corresponding resources config.