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 undefined | () => void    
provideBackstageItems Readonly undefined | () => undefined    
provideStatusBarItems Readonly undefined | (stageId: string, stageUsage: string) => undefined    
provideToolbarItems Readonly undefined | (stageId: string, stageUsage: string, toolbarUsage: ToolbarUsage, toolbarOrientation: ToolbarOrientation) => undefined    
provideWidgets Readonly undefined | (stageId: string, stageUsage: string, location: StagePanelLocation, section?: StagePanelSection) => undefined    

Defined in

Last Updated: 21 March, 2024