ISelectionKeyboardState

Represents the state of the keyboard when selecting.

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

active: boolean

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:548

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

node: ISelectionNode | null

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:542

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

range: GridSelectionRange

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:546

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

shift: boolean

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:544