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

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