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
Parameter | Type | Description |
---|---|---|
schema | ArraySchemaType<T> | |
parent | BaseControl<any> | null | |
context | any |