...
children - array of option objects, the child-options of the option
Example:
Code Block | ||
---|---|---|
| ||
{ "optionId": 10504, "value": "Europe", "sequence": 0, "disabled": false, "fieldConfigId": 10108, "children": [ { "optionId": 10505, "value": "Italy", "sequence": 0, "disabled": false, "fieldConfigId": 10108 }, { "optionId": 10506, "value": "France", "sequence": 1, "disabled": false, "fieldConfigId": 10108 } ] } |
...