Skip to content

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

handler?

(ctx: RowActionContext<TRow, TRowId>) => void | Promise<void>

(Optional) Handler executed for a specific row.