findFrontstageDef MethodStatic

Finds a FrontstageDef, given its id.

findFrontstageDef(id?: string): undefined | FrontstageDef

Parameter Type Description
id string the id of the FrontstageDef to find

Returns - undefined | FrontstageDef

the FrontstageDef with the given id, or undefined if not found

Defined in

Last Updated: 29 November, 2022