ValueTreeNodeΒΆ
| Field | NULL | Description | Note |
|---|---|---|---|
| nodes array of objects |
An array of child ValueTreeNode objects. | ||
| parent object |
The parent ValueTreeNode object. | ||
| id string (GUID) |
The id of the object. | ||
| text string |
The display text of the object | ||
| value string |
The value of the object | ||
| numOfChilds integer |
The number of children | ||
| numOfCheckedChilds integer |
The number of selected children | ||
| indeterminate boolean |
|
||
| isCheck boolean |
Whether this instance is selected |
Sample:
{
"nodes" : [{
"nodes" : [],
"text" : "[Blank]",
"value" : "[Blank]"
}, {
"nodes" : [],
"text" : "Finland",
"value" : "Finland"
}, {
"nodes" : [],
"text" : "USA",
"value" : "USA"
}
],
"text" : "[All]",
"value" : "[All]"
}