Appearance
Home > @plaidev/karte-action-sdk > getEventHandlers
getEventHandlers() function
イベントハンドラーの一覧を取得する
Signature:
typescript
declare function getEventHandlers(): {
[key: string]: ActionEventHandler;
};
Returns:
{ [key: string]: ActionEventHandler; }
現在のイベントハンドラー