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