widgetSettingRender
constant
VariablewidgetSettingRender: (needsStoreInit: boolean, theme?: IMThemeVariables, locale?: string, messages?: I18nMessages, theme2?: IMThemeVariables) => WithRenderResult = withStoreThemeIntlRenderUsed to render a widget setting component.
Type declaration
function(needsStoreInit: boolean, theme?: IMThemeVariables, locale?: string, messages?: I18nMessages, theme2?: IMThemeVariables): WithRenderResultCreate a custom render function with
ReactRedux.Provider,ThemeProviderandIntlProvider.Parameters
Parameter Type Default Notes needsStore Init boolean falseWhether the store state needs to be initialized. NOTE: This will reset the previously state.
themeIMThemeVariables localestring messagesI18nMessages theme2IMThemeVariables Returns
WithRenderResult