provideWidgets MethodOptional

UiItemsManager calls following method to augment Widget lists.

provideWidgets(stageId: string, stageUsage: string, location: StagePanelLocation, section?: StagePanelSection, zoneLocation?: AbstractZoneLocation, stageAppData?: any): undefined

note Returned widgets must provide unique AbstractWidgetProps["id"] to correctly save/restore App layout.

Parameter Type Description
stageId string  
stageUsage string  
location StagePanelLocation  
section StagePanelSection  
zoneLocation AbstractZoneLocation  
stageAppData any  

Defined in

Last Updated: 20 June, 2023