SelectionState
Represents the overall state of grid selection, combining both keyboard and pointer interaction states. It can be either an ISelectionKeyboardState or an ISelectionPointerState.
Type
SelectionState = ISelectionKeyboardState | ISelectionPointerState Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:576