OptionalconfigCallback for registering configurations. Defaults to no config registrations.
A registry that accepts configuration registrations.
OptionalconfigThe path or URL to a Components.js config file.
OptionalconstructionA strategy for constructing instances. Defaults to ConstructionStrategyCommonJs.
OptionaldumpIf the error state should be dumped into componentsjs-error-state.json
after failed instantiations.
Defaults to false.
OptionalinstanceA URI identifying the component to instantiate.
OptionallogThe logging level.
Defaults to 'warn'.
OptionalmainAbsolute path to the package root from which module resolution should start.
OptionalmoduleCallback for registering components and modules. Defaults to an invocation of ComponentRegistry.registerAvailableModules.
A registry that accept component and module registrations.
OptionalmoduleThe module state. Defaults to a newly created instances on the mainModulePath.
OptionalrunnerA URI identifying the runner component.
A copy of IComponentsManagerBuilderOptions, with all fields optional.