withViewController
Callable
Type parameters
- TProps: ViewProps
- TService: BaseService
Parameters
controllerDeclaration: { new controllerDeclaration(): Controller<TService>; new controllerDeclaration(providers: readonly ExtensionParamsProvider[]): Controller<TService> }
Controller declaration
Returns (ViewComponent: React.ComponentType<TProps & { controller: TService }>) => FC<TProps>
Parameters
ViewComponent: React.ComponentType<TProps & { controller: TService }>
Returns FC<TProps>
Creates a higher-order React component that provides a controller for a given view component.