ISelectionKeyboardState
Represents the state of the keyboard when selecting.
Properties
Section titled "Properties"active
Section titled "active"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
range
Section titled "range"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
shift
Section titled "shift"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