Constructor
new ComboBoxItem()
A ComboBox Item object
Methods
key() → {Promise.<string>}
The abbreviated value of the item.
Returns:
a promise that is fulfilled with the abbreviated value of the item.
- Type
- Promise.<string>
text() → {Promise.<string>}
Get the text property of the item.
Returns:
a promise that is fulfilled with the text of the item.
- Type
- Promise.<string>