Skip to content

Home > @liquidrazor/list-display > UseListCoreResult > triggerRowAction

UseListCoreResult.triggerRowAction property

Triggers the handler for a row action by id and row index.

Signature:

typescript
triggerRowAction: (actionId: string, rowIndex: number) => Promise<void>;