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/grids/core/src/common/types.ts:73

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

node: ISelectionNode

Defined in projects/igniteui-angular/grids/core/src/common/types.ts:67

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

range: GridSelectionRange

Defined in projects/igniteui-angular/grids/core/src/common/types.ts:71

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

shift: boolean

Defined in projects/igniteui-angular/grids/core/src/common/types.ts:69