RasterTree.removeItems( items )
Removes one of more items from the tree.Parameters
| Name | Type | Description | |
|---|---|---|---|
| items | object | Either a single TreeItem object or an array of TreeItem objects to be moved. |
Returns
| Type | Description |
|---|---|
| object | The tree object. This allow for chaining multiple setter methods in one single statement. |