API Reference > ui-framework > Frontstage > FrontstageManager > findFrontstageDef findFrontstageDef MethodStatic Find a loaded Frontstage with a given id. If the id is not provided, the active Frontstage is returned. findFrontstageDef(id?: string): undefined | FrontstageDef Parameter Type Description id string Id of the Frontstage to find Returns - undefined | FrontstageDef FrontstageDef with a given id if found, or undefined if not found. Defined in ui/framework/src/ui-framework/frontstage/FrontstageManager.ts Line 379 Last Updated: 11 June, 2024