Data
- Last UpdatedOct 10, 2025
- 1 minute read
The Progress Bar widget uses the data property to start a new UI session or perform a data refresh. Using this property stops a timer if it exists in the code. The widget also uses this property to handle its bar setting and lookup data elements.
Note You can use the sample configuration file (ProgressBar_Lookup_SampleData_conf.js) that comes with the widget to test with sample data.
Example
control.findByXmlNode("Widget1").widgetProperties.data = JSON.stringify(
{
barSettings: {},
lookupData: {},
});