Skip to content
On this page

Home > @plaidev/karte-action-sdk > ActionEventHandler

ActionEventHandler type

アクションのイベントハンドラ

Signature:

typescript
type ActionEventHandler = (...args: any[]) => any | Promise<any>;