Interface: IStatusBarItem
Beta
Properties
id
readonlyid:string
Beta
Remarks
Unique ID for the item.
Methods
getText()
getText():
LocalizedString
Beta
Returns
Remarks
Returns display text of the item.
hide()
hide():
void
Beta
Returns
void
Remarks
Hide the Status Bar Item.
setText()
setText(
text):void
Beta
Parameters
text
New display text
Returns
void
Remarks
Updates display text of the item.
show()
show():
void
Beta
Returns
void
Remarks
Show the Status Bar Item.
