Optional
configCallback for registering configurations. Defaults to no config registrations.
A registry that accepts configuration registrations.
Optional
configThe path or URL to a Components.js config file.
Optional
constructionA strategy for constructing instances. Defaults to ConstructionStrategyCommonJs.
Optional
dumpIf the error state should be dumped into componentsjs-error-state.json
after failed instantiations.
Defaults to false
.
Optional
instanceA URI identifying the component to instantiate.
Optional
logThe logging level.
Defaults to 'warn'
.
Optional
mainAbsolute path to the package root from which module resolution should start.
Optional
moduleCallback for registering components and modules. Defaults to an invocation of ComponentRegistry.registerAvailableModules.
A registry that accept component and module registrations.
Optional
moduleThe module state. Defaults to a newly created instances on the mainModulePath.
Optional
runnerA URI identifying the runner component.
A copy of IComponentsManagerBuilderOptions, with all fields optional.