Selection mode

ReactGrid API contains three types of values which can be used in selection. It is row, column or range.

Definition

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