SelectionMode

ReactGrid API contains three types of values which can be used in selection. It is row, column or range. It’s used for marking currect selection mode while executing exact event.

Definition

type SelectionMode = 'row' | 'column' | 'range';