The element's view type, if any.
The element's model type, if any.
The element's emitter type, if any.
OptionalviewThe view (or view constructor) to attach.
OptionalmodelThe model (or model constructor) to attach.
OptionalemitterThe emitter (or emitter constructor) to attach. If not defined, a default TurboEmitter will be created.
OptionaloperatorsThe operator, constructor of operator, or array of the latter, to attach.
OptionalhandlersThe handler, constructor of handler, or array of the latter, to attach.
OptionalinteractorsThe interactor, constructor of interactor, or array of the latter, to attach.
OptionaltoolsThe tool, constructor of tool, or array of the latter, to attach.
OptionalenforcersThe enforcer, constructor of enforcer, or array of the latter, to attach.
Template: DataType
The element's data type, if any.
Description
Type representing a configuration object for an Mvc instance.