getStatusBarItems MethodStatic
Returns registered status bar items that match the specified frontstage id and usage.
getStatusBarItems(stageId: string, stageUsage: string): ReadonlyArray<ProviderItem<StatusBarItem>>
@note Items registered in UiItemsManager of @itwin/appui-abstract are returned by this method.
@note Items returned by provideStatusBarItems are returned by this method.
| Parameter | Type | Description |
|---|---|---|
| stageId | string | |
| stageUsage | string |
Returns - ReadonlyArray<ProviderItem<StatusBarItem>>
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.