Skip to content
On this page

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

widget.ActionVariables type

アクションの変数

Signature:

typescript
type ActionVariables = {
        [key: string]: any;
    };