Constructor
new ExpandBarItem()
The ExpandBarItem object
Methods
collapse() → {Promise.<void>}
Collapses the item in the ExpandBar.
Returns:
a promise that is fulfilled when the collapse operation ends.
- Type
- Promise.<void>
expand() → {Promise.<void>}
Expands the item in the ExpandBar.
Returns:
a promise that is fulfilled when the expand operation ends.
- Type
- Promise.<void>
label() → {Promise.<string>}
Returns the specified ExpandBar item label.
Returns:
a promise that is fulfilled with the label of the ExpandBarItem.
- Type
- Promise.<string>