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