src/system-builder/config/system-builder-config.ts
SystemBuilder Configuration for the arSystemBuilder
Properties |
domain |
domain:
|
Type : DomainSubsystem
|
The Domain where the subsystems will be found |
import { DomainSubsystem } from './domain-subsystem';
/** SystemBuilder Configuration for the arSystemBuilder */
export interface SystemBuilderConfig {
/** The Domain where the subsystems will be found */
domain: DomainSubsystem;
}