Appearance
Home > @plaidev/karte-action-sdk > ActionEventHandler
ActionEventHandler type
アクションのイベントハンドラ
Signature:
typescript
type ActionEventHandler = (...args: any[]) => any | Promise<any>;