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

FormControl.(constructor)

Constructs a new instance of the FormControl class

Signature:

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

Parameters

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