System.Page.getPropertyValue¶
Description¶
Get the value of the current page's custom property or control property.
Grammar¶
System.Page.getPropertyValue(path: string): any
- Parameter
path - Path of the page's custom property or control property
- Return
Property value
Code Example¶
Get the value of the custom property "no" for the page.
Get the text property value of TextInput1.