RasterTree.moveItemsBefore( items, sibling )
Move one of more tree items before 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 before of. |
Returns
Type | Description |
---|---|
object | The tree object. This allow for chaining multiple setter methods in one single statement. |