WidgetSettingInjectedProps
Type aliasWidgetSettingInjectedProps<T>: Omit<IMWidgetJson, "config" | keyofImmutableObjectMixin<any>> & { 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
- T