Skip to content
On this page

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

SendFunction type

アクションの send 関数

Signature:

typescript
type SendFunction = (event_name: string, values?: any) => void;