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 with a given id if found, or undefined if not found.

Defined in

Last Updated: 08 January, 2020