Appearance
Home > @plaidev/karte-action-sdk > widget > ActionOptions
widget.ActionOptions interface #
create() 向けのオプション
Signature:
typescript
interface ActionOptions<Props, Variables, VariablesQuery>
Properties #
| Property | Modifiers | Type | Description |
|---|---|---|---|
| context | ActionRunnerContext | アクション実行時のコンテキスト | |
| karteTemplate? | { [key: string]: any; } | (Optional) KARTEテンプレートの情報 | |
| localVariablesQuery? | VariablesQuery | (Optional) アクションで使用されるアクション実行時に取得される変数 | |
| onCreate? | ActionHook<Props, VariablesQuery & ActionVariables> | (Optional) アクションが作成されているときにフックされる onCreate() | |
| props? | Props | (Optional) アクションで使用されるプロパティ | |
| publish? | PublishFunction | (Optional) アクション内でタグのQueueにリクエストを発行する関数 | |
| send? | SendFunction | (Optional) アクション内でイベントを発火する関数 | |
| variables? | VariablesQuery | (Optional) アクションで使用される解析時に取得される変数 |