RasterTreeItem.getItems( )
Retrieve a list of all the items recursively nested under a given parent item. Items are returned in the order the appear. Parent items are always listed ahead of their children.Returns
Type | Description |
---|---|
array | Array containing all the descendants of the item. An empty array if the tree has no items in it. |