TaskSelection
Mixin
Mixin that handles card selection for the TaskBoard.
By default tasks can be selected using mouse clicks and the keyboard. To enable marquee selection, see TaskDragSelect.
Mouse selection
Select and deselect cards using the mouse, using a modifier key to do multi selection:
- Click on a card to focus and select it, deselecting any previously selected card.
- Cmd/Ctrl + click on a card to add or remove it from the selection.
See shortcuts for more information on selecting cards using the keyboard.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
Selected tasks.
Has a corresponding runtime selectedTasks property.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of TaskSelection class, or subclass thereof.
-
Selected tasks.
Has a corresponding selectedTasks config.
-
Identifies an object as an instance of TaskSelection class, or subclass thereof.
Functions
Functions are methods available for calling on the class-
deselectAll( )
Deselect all tasks.