RowSelectionFeatureState
RowSelectionFeatureState:
object
Defined in: core/features/row-selection.svelte.ts:13
Represents the state of the row selection feature.
Type declaration
Name | Type | Defined in |
---|---|---|
maxSelectableRows | number | core/features/row-selection.svelte.ts:15 |
selectedRowIds | SvelteSet <GridRowIdentifier > | core/features/row-selection.svelte.ts:14 |
selectionMode | RowSelectionMode | core/features/row-selection.svelte.ts:16 |