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

Last Updated: 11 June, 2024