ObjectFactory
Classes
ObjectPropertyFactory
Implements
Constructors
Constructor
new ObjectPropertyFactory(objectConstructor, ...args): ObjectPropertyFactory;
Parameters
| Parameter | Type |
|---|---|
objectConstructor | (...args) => any |
...args | any[] |
Returns
Accessors
factoryClass
Get Signature
get factoryClass(): (...args) => any;
Returns
(...args) => any
Implementation of
type
Get Signature
get type(): TPropertyDataTypes;
Returns
Implementation of
Methods
getDefaultValue()
getDefaultValue(): any;
Returns
any