| Object | option |
| Fields |
|
| Introduced in | 0.5 |
An option is a possible value for a select list, radio button or checkbox.
Fields
| # | Field name | Comment | Object type |
|---|---|---|---|
| 1 | id |
|
Long |
| 2 | sequence | The sequence allows ordering the option in a list of options. | Long |
| 3 | disabled |
|
Boolean |
| 4 | parentOption | In the case of a child option in a cascade, this value will contain the option of the parent. | Option |
| 5 | childOptions | In the case of a parent option in a cascade, this value will contain all the child options. | Array of options |
| 6 | value | Text of the option that you can choose from select list | String |