Skip to main content

useProvidedViewController

Callable

  • useProvidedViewController<TContext, TService>(declaration: ControllerDeclaration<TContext, TService>): 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.


    Type parameters

    Parameters

    Returns TService