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