Skip to content

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

NameTypeDescriptionDefined in
expandedRowIdsSvelteSet<GridRowIdentifier>Set of expanded row identifierscore/features/row-expanding.svelte.ts:17
expansionModeRowExpansionModeThe row expansion mode (‘single’ or ‘multiple’)core/features/row-expanding.svelte.ts:20
maxExpandedRowsnumberThe maximum number of rows that can be expanded at oncecore/features/row-expanding.svelte.ts:23