Interface: BlueprintContext<BlueprintType, ModuleType>
Interface: BlueprintContext<BlueprintType, ModuleType>
ConfigContext Interface.
Represents the context object for configuration, which contains the modules and blueprint used to configure the system.
Type Parameters
BlueprintType
BlueprintType
extends IBlueprint
= IBlueprint
ModuleType
ModuleType
= ClassType
| PipeClass
Properties
blueprint
readonly blueprint: BlueprintType;
The configuration blueprint.
modules
readonly modules: ModuleType[];
List of configuration modules.