Skip to content

Interface

The props of the data action setting component

Properties

PropertyTypeNotes
actionNamestring

The data action name.

configT

The data action config.

intlIntlShape

The Intl object for i18n.

widgetIdstring

The widget ID that provides the data action.

actionName

Interface Property
actionName: string

The data action name.

config

optional
Interface Property
config: T

The data action config.

intl

optional
Interface Property
intl: IntlShape

The Intl object for i18n.

widgetId

Interface Property
widgetId: string

The widget ID that provides the data action.

Methods

MethodReturnsNotes
onSettingChange(config)void

The callback when the setting is changed.

onSettingChange

Interface Method
onSettingChange(configT): void

The callback when the setting is changed.

Parameters
ParameterType
configT
Returns 
void

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.