For Dashboard Designers Reference DiffView
Wednesday, March 28, 2018 4:44 PMDiffView
Labels: :IA_Function:IA_DiffView
Inherits from: Function and View
The DiffView Function compares two data objects, and shows the difference.
Function parameters
| Key | Description | Default value | Possible values | 
|---|---|---|---|
from | 
First object | object | |
to | 
Second object | object | |
visual | 
Show the difference visually | true | 
boolean true/false | 
Outgoing triggers
Type: diff
Occurrence: On execution, when the difference has been calculated.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values | 
|---|---|---|
diff | 
A (nested) object describing the differences between the from and to objects. | 
object | 
xml | 
An XML string describing the difference between the from and to objects. | 
string |