Merge type
- Last UpdatedOct 10, 2025
- 1 minute read
This property is used as output data from the Merge widget and indicates if the user selects to merge right or left. Whatever value that comes from this property can be passed into another control or widget. Valid values are: Left, Right, and None.
Example
var mergeResult = JSON.parse(control.findByXmlNode("Widget1").widgetProperties.mergeType);
control.findByXmlNode("TextInput1").value = mergeResult;