Skip to content

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

GeneralAction.handler property

Handler executed when the action is triggered (after any modal interaction, if applicable).

Signature:

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