Appearance
Home > @liquidrazor/list-display > SelectionState
SelectionState interface
Tracks the current selection configuration and the ids that are selected.
Signature:
typescript
export interface SelectionState<TRowId = RowId>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Current selection mode. | |||
TRowId[] | Identifiers for the selected rows. |