WidgetInjectedProps
Type aliasWidgetInjectedProps<T>: Omit<IMWidgetJson, "config" | keyofImmutableObjectMixin<any>> & RuntimeInfo & { appI18nMessages: any; builderSupportModules?: BuilderSupportModules; config: T; dispatch: any; i18nMessages: any; intl: IntlShape; locale: string; mutableStateProps: any; mutableStatePropsVersion: MutableStatePropsVersion; portalSelf?: any; portalUrl?: string; repeatedDataSource: RepeatedDataSource | RepeatedDataSource[]; stateProps: any; theme: IMThemeVariables; theme2?: IMThemeVariables; token?: string; user?: IMUser }
The Widget component props injected by framework. Included in AllWidgetProps.
Type Parameters
- T