BinderTree Data Type

Tree representation of all of the subbinders of a binder.

Properties
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" : { }
}