ListItem

Oracle. ListItem

A List Item object

Constructor

new ListItem()

Methods

isSelected() → {Promise.<boolean>}

Indicates whether the specified item is selected.

Returns:

a promise fulfilled with the indication whether the item is selected or not.
Type
Promise.<boolean>