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): FrontstageDef | undefined Parameter Type Description id string Id of the Frontstage to find Returns - FrontstageDef | undefined FrontstageDef with a given id if found, or undefined if not found. Defined in ui/framework/src/ui-framework/frontstage/FrontstageManager.ts Line 262 Last Updated: 13 June, 2024