Skip to content

Home > @liquidrazor/list-display > RowAction > handler

RowAction.handler property

Handler executed for a specific row.

Signature:

typescript
handler?: (ctx: RowActionContext<TRow, TRowId>) => void | Promise<void>;