For Dashboard Designers Reference DiffView
Friday, November 11, 2022 12:54 PMDiffView
Label: :IA_Function
Property: type: 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 |