Appearance
Home > @liquidrazor/list-display > RowAction
RowAction interface
Signature:
typescript
export interface RowAction<TRow = any, TRowId = string | number> extends ListActionBase<TRow, TRowId>Extends: ListActionBase<TRow, TRowId>
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(ctx: RowActionContext<TRow, TRowId>) => void | Promise<void> | (Optional) Handler executed for a specific row. |