API Reference > ui-abstract > UiItemsProvider > UiItemsManager > getStatusBarItems 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 ui/abstract/src/ui-abstract/UiItemsManager.ts Line 153 Last Updated: 11 June, 2024