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