Skip to main content

CollectionFactory

Classes

CollectionPropertyFactory

Type Parameters

Type Parameter
T

Implements

Constructors

Constructor
new CollectionPropertyFactory<T>(collectionConstructor, ...args): CollectionPropertyFactory<T>;
Parameters
ParameterType
collectionConstructor(...args) => Iterable<T>
...argsany[]
Returns

CollectionPropertyFactory<T>

Accessors

factoryClass
Get Signature
get factoryClass(): (...args) => Iterable<T>;
Returns

(...args) => Iterable<T>

Implementation of

IPropertyFactory.factoryClass

type
Get Signature
get type(): TPropertyDataTypes;
Returns

TPropertyDataTypes

Implementation of

IPropertyFactory.type

Methods

getDefaultValue()
getDefaultValue(): Iterable<T, any, any>;
Returns

Iterable<T, any, any>

Implementation of

IPropertyFactory.getDefaultValue

Was this page helpful?