Skip to content
On this page

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

ActionProps interface

アクションのプロパティ

Signature:

typescript
interface ActionProps<Props, Variables> 

Properties

PropertyModifiersTypeDescription
dataProps & Variables & ActionVariablesアクションで使用されるデータ
onChangeState?ActionChangeStateHook<Props, Variables & ActionVariables>(Optional) アクションのステートが変更されたときにフックされる onChangeState()
onShow?ActionHook<Props, Variables & ActionVariables>(Optional) アクションが表示されたときにフックされる onShow()
publishPublishFunctionアクション内でタグのQueueにリクエストを発行する関数
sendSendFunctionアクションでイベントがトリガーされたときに受信するための関数