Constructors
constructor
- new Assembly(id: string, details: string, operatorsProvider: (() => OperatorGroups)): Assembly
-
Parameters
-
id: string
-
details: string
-
Properties
Private
_operators
_operators: any
Readonly
details
details: string
Readonly
id
id: string
Private
operatorsProvider
operatorsProvider: any
Accessors
operatorGroups
- get operatorGroups(): OperatorGroups
-