getWidgets MethodStatic
Called when the application is populating the Stage Panels so that any registered UiItemsProvider can add widgets
getWidgets(stageId: string, stageUsage: string, location: StagePanelLocation, section?: StagePanelSection, zoneLocation?: AbstractZoneLocation, stageAppData?: any): undefined
Parameter | Type | Description |
---|---|---|
stageId | string | a string identifier the active stage. |
stageUsage | string | the StageUsage of the active stage. |
location | StagePanelLocation | the location within the stage. |
section | StagePanelSection | the section within location. |
zoneLocation | AbstractZoneLocation | |
stageAppData | any |
Defined in
Last Updated: 20 June, 2023