Skip to content

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

mode

SelectionMode

Current selection mode.

selectedIds

TRowId[]

Identifiers for the selected rows.