AdaptableSelectionMode

TypeScript
type AdaptableSelectionMode = 'single-row' | 'multi-row' | 'multi-cell' | false;