WidgetSettingInjectedProps<T>: Omit<IMWidgetJson, "config"> & { appI18nMessages: any; config: T; dispatch: any; intl: IntlShape; locale: string; portalSelf?: any; portalUrl?: string; queryObject: ImmutableObject<UrlParameters>; theme: IMThemeVariables; theme2: IMThemeVariables; token?: string; user?: IMUser }
The widget setting component props injected by framework. Included in AllWidgetProps.
Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.
WidgetSettingInjectedProps<T>: Omit<IMWidgetJson, "config"> & { appI18nMessages: any; config: T; dispatch: any; intl: IntlShape; locale: string; portalSelf?: any; portalUrl?: string; queryObject: ImmutableObject<UrlParameters>; theme: IMThemeVariables; theme2: IMThemeVariables; token?: string; user?: IMUser }
The widget setting component props injected by framework. Included in AllWidgetProps.
Type Parameters