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