Appearance
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>) => booleanParameters
Parameter | Type | Description |
|---|---|---|
row | TRow | |
selection | SelectionState<TRowId> | |
ctx | SelectionContext<TRow, TRowId> |
Returns:
boolean