Develop Websites
Build Apps
Go Headless
APIs and SDKs
/
In This Article
Syntax
Parameters
Returns
Example
getProp()
Gets the value of the specified widget property.
Syntax
Copy
1
Parameters
Name
Type
Description
propName
string
Name of the property that you want to get.
Returns
Promise<string>
Value of the property.
Example
Copy
1
Was this helpful?
Yes
No