DataActionSettingProps

Interface

The props of the data action setting component

Properties

PropertyTypeNotes
string

The data action name.

T

The data action config.

IntlShape

The Intl object for i18n.

(configT) => void

The callback when the setting is changed.

string

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.

onSettingChange

Interface Property
onSettingChange: (configT) => void

The callback when the setting is changed.

Type declaration
    function(configT): void
    Parameters
    ParameterType
    config
    T
    Returns 
    void

widgetId

Interface Property
widgetId: string

The widget ID that provides the data action.

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