Skip to main content

SimpleFactory

Classes

SimplePropertyFactory

Implements

Constructors

Constructor
new SimplePropertyFactory(defaultValue): SimplePropertyFactory;
Parameters
ParameterType
defaultValuestring | number | boolean
Returns

SimplePropertyFactory

Accessors

factoryClass
Get Signature
get factoryClass(): any;
Returns

any

Implementation of

IPropertyFactory.factoryClass

type
Get Signature
get type(): TPropertyDataTypes;
Returns

TPropertyDataTypes

Implementation of

IPropertyFactory.type

Methods

getDefaultValue()
getDefaultValue(): string | number | boolean;
Returns

string | number | boolean

Implementation of

IPropertyFactory.getDefaultValue

Was this page helpful?