| Name | Type | Description | Notes |
|---|---|---|---|
| displayName | String | What do you expect? | |
| helpText | String | What do you expect? | [optional] |
| hint | String | What do you expect? | [optional] |
| icon | String | What do you expect? | [optional] |
| id | String | HTML element id | [optional] |
| image | String | What do you expect? | [optional] |
| key | String | What do you expect? | [optional] |
| labelLeft | String | What do you expect? | [optional] |
| labelRight | String | What do you expect? | [optional] |
| link | String | What do you expect? | [optional] |
| maxLength | Number | What do you expect? | [optional] |
| maxValue | Number | What do you expect? | [optional] |
| minLength | Number | What do you expect? | [optional] |
| minValue | Number | What do you expect? | [optional] |
| options | [String] | Selector list options | [optional] |
| placeholder | String | Ex: Title | [optional] |
| postUrl | String | What do you expect? | [optional] |
| required | Boolean | What do you expect? | [optional] |
| show | Boolean | Ex: Title | [optional] |
| submitButton | Button | [optional] | |
| type | String | Ex: Title | |
| validationPattern | String | See http://html5pattern.com/ for examples | [optional] |
| value | String | What do you expect? | [optional] |
-
check_box(value:"check_box") -
date(value:"date") -
email(value:"email") -
number(value:"number") -
postal_code(value:"postal_code") -
select_option(value:"select_option") -
string(value:"string") -
switch(value:"switch") -
text_area(value:"text_area") -
unit(value:"unit") -
variable_category(value:"variable_category")