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