UiItemsProvider Interface

Describes interface of objects that want to provide UI component to the running IModelApp.

Implemented by

Properties

Name Type Description
id Readonly string Id of provider.  
onUnregister Readonly () => void | undefined    
provideBackstageItems Readonly () => | undefined    
provideStatusBarItems Readonly (stageId: string, stageUsage: string) => | undefined    
provideToolbarItems Readonly (stageId: string, stageUsage: string, toolbarUsage: ToolbarUsage, toolbarOrientation: ToolbarOrientation) => | undefined    
provideWidgets Readonly (stageId: string, stageUsage: string, location: StagePanelLocation, section?: StagePanelSection) => | undefined    

Defined in

Last Updated: 13 May, 2024