Interface ISelectionKeyboardState

Represents the state of the keyboard when selecting.

Hierarchy

Hierarchy (view full)

Properties

active: boolean

Indicates whether the selection is currently active (being performed). False when reseting the selection.

The selected node in the grid, if any. Can be null if no node is selected.

The range of the selected cells in the grid. Can be null when reseting the selection.

shift: boolean

Indicates whether the Shift key is currently pressed during the selection.