Skip to content

Home > @liquidrazor/list-display > isRowSelected

isRowSelected() function

Signature:

typescript
isRowSelected: <TRow = AnyRow, TRowId extends RowId = RowId>(row: TRow, selection: SelectionState<TRowId>, ctx: SelectionContext<TRow, TRowId>) => boolean

Parameters

Parameter

Type

Description

row

TRow

selection

SelectionState<TRowId>

ctx

SelectionContext<TRow, TRowId>

Returns:

boolean