Skip to content
On this page

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

setEventHandlers() function

イベントハンドラーを登録する

Signature:

typescript
declare function setEventHandlers(handlers: {
    [key: string]: ActionEventHandler;
}): {
    [key: string]: ActionEventHandler;
};

Parameters

ParameterTypeDescription
handlers{ [key: string]: ActionEventHandler; }登録するイベントハンドラー

Returns:

{ [key: string]: ActionEventHandler; }

Remarks

登録したイベントハンドラーは、ビジュアルエディタでアクション本体とのテキストボタンのクリック時の動作で利用できます。