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