Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

children - array of option objects, the child-options of the option

Example:

Code Block
languagejson
{
    "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
        }
    ]
}

...