getInheritedProperty Method

Searches the base class, if one exists, first then any mixins that exist for the property with the name provided.

getInheritedProperty(name: string): Promise<AnyProperty | undefined>

Parameter Type Description
name string The name of the property to find.

Returns - Promise<AnyProperty | undefined>

Defined in

Last Updated: 07 May, 2026