widgetSettingRender

constant
Variable
widgetSettingRender: (needsStoreInitboolean, theme?IMThemeVariables, locale?string, messages?I18nMessages, theme2?IMThemeVariables) => WithRenderResult = withStoreThemeIntlRender

Used to render a widget setting component.

Type declaration

  • function(needsStoreInitboolean, theme?IMThemeVariables, locale?string, messages?I18nMessages, theme2?IMThemeVariables): WithRenderResult
  • Create a custom render function with ReactRedux.Provider , ThemeProvider and IntlProvider .

    Parameters

    ParameterTypeDefaultNotes
    needsStoreInitbooleanfalse

    Whether the store state needs to be initialized. NOTE: This will reset the previously state.

    themeIMThemeVariables
    localestring
    messagesI18nMessages
    theme2IMThemeVariables

    Returns 

    WithRenderResult

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