Module containing classes and objects that define the form element type and behavior.
- Source:
Classes
Members
(inner, constant) ElementType :string
The available types of a form element.
Type:
- string
Properties:
| Name | Type | Description | 
|---|---|---|
| ROOT | string | The form element representing the root JSON Schema. | 
| REQUIRED | string | A required form element. | 
| OPTIONAL | string | An optional form element. | 
| REMOVABLE | string | A form element able to be removed. | 
- Source:
(inner, constant) TitleType :string
The possible types of a form element title.
Type:
- string
Properties:
| Name | Type | Description | 
|---|---|---|
| STATIC | string | A regular, unmodifiable form element title. | 
| FIELD | string | An editable form element title. | 
| ADDED_ITEM | string | A static element title for an added JSON Schema's  | 
- Source: