FormField class
Signature:
export class FormField
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(field) |
protected
|
Constructs a new instance of the FormField class
|
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| datatype | string | ||
| label | string | null | ||
| name | string | ||
| open | boolean | ||
| rangeMax | string | null | ||
| rangeMin | string | null | ||
| regex | string | null | ||
| required | boolean | ||
| type | string | ||
| value | string[] |