RasterList.getSelectedItem( )
Retrieve the selected item. If multiple items are selected, returns the last item clicked. Use thehasSelection()
method to test if the list has any
selected items.
Returns
Type | Description |
---|---|
object |
The last item clicked in the current selection. Returns
if no items are selected. |