Interface: InstanceOptions
Defined in: core/src/ObjectFactory.ts:12
The set of options to use when creating new instances of objects.
Properties
args?
optionalargs?:any[]
Defined in: core/src/ObjectFactory.ts:14
The list of arguments to pass to the class constructor.
initialize?
optionalinitialize?:boolean
Defined in: core/src/ObjectFactory.ts:18
Set to true to perform initialization of the object after creation, otherwise set to false. Default is true.
name?
optionalname?:string
Defined in: core/src/ObjectFactory.ts:16
The unique name of the object instance.