Tree representation of all of the subbinders of a binder.
name | data type | description |
---|---|---|
Properties inherited from SearchResultTreeNode |
||
children | array of SearchResultTreeNode | Child nodes. |
item | object | The SearchableObject. |
Example
{ "children" : [ { "children" : [ { }, { } ], "item" : { } }, { "children" : [ { }, { } ], "item" : { } } ], "item" : { } }