getInheritedPropertySync Method
Searches the base class, if one exists, for the property with the name provided.
getInheritedPropertySync(name: string): Property | undefined
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the inherited property to find. |
Returns - Property | undefined
Defined in
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.