getStatusBarItems MethodStatic

Called when the application is populating the statusbar so that any registered UiItemsProvider can add status fields

getStatusBarItems(stageId: string, stageUsage: string): CommonStatusBarItem[]

Parameter Type Description
stageId string a string identifier the active stage.
stageUsage string the StageUsage of the active stage.

Returns - CommonStatusBarItem[]

An array of CommonStatusBarItem that will be used to create controls for the status bar.

Defined in

Last Updated: 11 June, 2024