Skip to content
On this page

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

ActionHook type

アクションのライフサイクルで呼び出されるフック

Signature:

typescript
type ActionHook<Props, Variables> = (props: ActionProps<Props, Variables & ActionVariables>) => void | Promise<void>;

References: ActionProps, ActionVariables