OptionalconfigCallback for registering configurations. Defaults to no config registrations.
A registry that accepts configuration registrations.
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.
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.
A copy of IComponentsManagerBuilderOptions, with all fields optional.