getProp()

Gets the value of the specified widget property.

Syntax

Copy

Parameters

NameTypeDescription
propNamestringName of the property that you want to get.

Returns

Promise<string>

Value of the property.

Example

Copy
Did this help?