Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the application-specific container components to be registered with a Coaty Container.

The configuration options for the container component classes are specified in the controllers options of a Configuration object.

Hierarchy

  • Components

Index

Properties

Properties

Optional controllers

controllers?: {}

Application-specific controller classes to be registered with the container (optional).

The configuration options for a controller class listed here are specified in the controller configuration under a key that matches the associated name of the controller.

Type declaration

  • [controllerName: string]: IControllerStatic<Controller>

Generated using TypeDoc