Skip to main content

withViewController

Callable

  • withViewController<TProps, TService>(controllerDeclaration: { new controllerDeclaration(): Controller<TService>; new controllerDeclaration(providers: readonly ExtensionParamsProvider[]): Controller<TService> }): (ViewComponent: React.ComponentType<TProps & { controller: TService }>) => FC<TProps>

  • Creates a higher-order React component that provides a controller for a given view component.


    Type parameters

    Parameters

    Returns (ViewComponent: React.ComponentType<TProps & { controller: TService }>) => FC<TProps>

      • (ViewComponent: React.ComponentType<TProps & { controller: TService }>): FC<TProps>
      • Parameters

        • ViewComponent: React.ComponentType<TProps & { controller: TService }>

        Returns FC<TProps>