findWidget Method

Finds a widget with the given id in the active frontstage

findWidget(widgetId: string): undefined | WidgetDef

Parameter Type Description
widgetId string Id of the Widget to find

Returns - undefined | WidgetDef

The WidgetDef with the given id, or undefined if not found.

Last Updated: 30 November, 2023