Skip to content
On this page

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

widget.ActionCloseHook type

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

Signature:

typescript
type ActionCloseHook<Props extends ModalProps, Variables> = (props: Parameters<ActionHook<Props, Variables & ActionVariables>>[0], trigger: CloseTrigger) => void | Promise<void>;