Defined in: features/cell-selection/cellSelectionFeature.types.ts:74
optional additive: boolean;optional additive: boolean;Defined in: features/cell-selection/cellSelectionFeature.types.ts:86
Whether the range should be added alongside existing ranges rather than replacing them. Defaults to false.
Use mode: 'include' instead.
optional mode: CellSelectionRangeMode;optional mode: CellSelectionRangeMode;Defined in: features/cell-selection/cellSelectionFeature.types.ts:79
Whether to replace the selection, add the range, or subtract the range. Defaults to replace.