getProperty Method

get the value of a Property by name.

getProperty(name: string): PropertyStore.PropertyType | undefined

@returns the property's value if it exists, undefined otherwise.

Parameter Type Description
name string  

Returns - PropertyStore.PropertyType | undefined

the property's value if it exists, undefined otherwise.

Defined in

Last Updated: 09 May, 2026