Introduction3.0APITypesSelection modeReactGrid API contains three types of values which can be used in selection. It is row, column or range. Definition type SelectionMode = 'row' | 'column' | 'range';IdUncertain