WidgetInjectedProps

WidgetInjectedProps

Type alias
WidgetInjectedProps<T>: Omit<IMWidgetJson"config"> & 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

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