Skip to content
On this page

Home > @plaidev/karte-action-sdk > widget > ActionRunnerContext

widget.ActionRunnerContext type

アクション実行時のコンテキスト

Signature:

typescript
type ActionRunnerContext = {
        api_key: string;
        // TODO: edgejsのリリース状況によっては入ってこない可能性があるためoptionalにしているが、リリース完了後にrequiredに変更する
        collection_endpoint?: string;
        target?: "web" | "native";
    };