Home > @websublime/forms > FormArray
FormArray class
Form Array
Signature:
export declare class FormArray<T = any> extends BaseControl<T>
Extends: BaseControl<T>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(schema, parent, context) | Constructs a new instance of the FormArray class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| items | Array<BaseControl<T>> | never[] | ||
| schema | ArraySchemaType<T> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| onChange(child) | ||
| setData(data) | ||
| validate(data, drill) |