Skip to content

Home > @liquidrazor/list-display > RowActionContext

RowActionContext interface

Signature:

typescript
export interface RowActionContext<TRow = any, TRowId = string | number> extends ActionContextBase<TRow, TRowId>

Extends: ActionContextBase<TRow, TRowId>

Properties

Property

Modifiers

Type

Description

row

TRow

rowIndex

number