Home > @websublime/forms > FormArray > (constructor)

FormArray.(constructor)

Constructs a new instance of the FormArray class

Signature:

constructor(schema: ArraySchemaType<T>, parent?: BaseControl<any> | null, context?: any);

Parameters

ParameterTypeDescription
schemaArraySchemaType<T>
parentBaseControl<any> | null
contextany