mvc-reactFunctionsuseProvidedViewControlleruseProvidedViewController CallableuseProvidedViewController<TContext, TService>(declaration: ControllerDeclaration<TContext, TService>): TServiceReturns parent's view controller that is provided for the given controller declaration. If the controller is not provided in the context, an error will be thrown.Type parametersTContext: BaseControllerContextTService: BaseServiceParametersdeclaration: ControllerDeclaration<TContext, TService>Returns TService
Returns parent's view controller that is provided for the given controller declaration.
If the controller is not provided in the context, an error will be thrown.