Refresh
- Last UpdatedOct 10, 2025
- 1 minute read
This property is used to notify the widget to perform refresh. This triggers the On Refresh event.
Example
The following script refreshes the widget.
control.findByXmlNode("Widget1").widgetProperties.refresh = JSON.stringify(
Date.now());