RasterTree.moveItemsAfter( items, sibling )
Move one of more tree items after any given sibling.Parameters
| Name | Type | Description | |
|---|---|---|---|
| items | object | Either a single tree item or an array of tree items. | |
| sibling | object | The sibling the item(s) will be move after of. |
Returns
| Type | Description |
|---|---|
| object | The tree object. This allow for chaining multiple setter methods in one single statement. |