Appearance
Home > @plaidev/karte-action-sdk > widget > SendFunction
widget.SendFunction type #
アクションの send 関数
Signature:
typescript
type SendFunction = (event_name: string, values?: any) => void;