Home > @websublime/forms > FormGroup > (constructor)
FormGroup.(constructor)
Constructs a new instance of the FormGroup
class
Signature:
constructor(schema: ObjectSchemaType<T>, parent?: BaseControl<any> | null, context?: any);
Parameters
Parameter | Type | Description |
---|---|---|
schema | ObjectSchemaType<T> | |
parent | BaseControl<any> | null | |
context | any |