System.Page.setPropertyValue¶
Description¶
Set the value of the current page's custom property or control property.
Grammar¶
System.Page.setPropertyValue(path: string,value: any): void
- Parameter
path - Path of the page's custom property or control property
value - New value
- Return
Nothing
Code Example¶
Get the value of the custom property "no" on the page, and add 1 to its value each time.
Set the text property of TextInput1 to 'WAGO VC Hub'.