v7.3.0

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

Functions

Functions are methods available for calling on the class
    • Deselect all tasks.

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    TaskBoard/view/mixin/TaskSelection.js

    Contents