Interface
The props of the data action setting component
Properties
Property | Type | Notes |
---|---|---|
actionName | string | The data action name. |
config | T | The data action config. |
intl | IntlShape | The |
onSettingChange | (config: T) => void | The callback when the setting is changed. |
widgetId | string | The widget ID that provides the data action. |