RowExpansionState
RowExpansionState:
object
Defined in: core/features/row-expanding.svelte.ts:15
Represents the state of row expansion functionality within the grid, including expanded row identifiers, expansion mode, and max expanded rows.
Type declaration
Name | Type | Description | Defined in |
---|---|---|---|
expandedRowIds | SvelteSet <GridRowIdentifier > | Set of expanded row identifiers | core/features/row-expanding.svelte.ts:17 |
expansionMode | RowExpansionMode | The row expansion mode (‘single’ or ‘multiple’) | core/features/row-expanding.svelte.ts:20 |
maxExpandedRows | number | The maximum number of rows that can be expanded at once | core/features/row-expanding.svelte.ts:23 |