Compute
Description
Compute
Attributes
tile
=compute
options
: [Objects]visual
: Not Implemented functionality for this attributealignment
: Indicate the Alignment of container it should be left | center | rightbutton
: Indicate a compute button text
rules
: [Array of objects]text
key
: key attribute to match with shared datasuccess
: true | falsefail
: true | false
expressions
: [Array of object]text
: expression textkey
: expression key
merge
: [object] Data to merge with a shared databehaviors
:save
tracker
: provide a tracker id
Example
{
"tile": "compute",
"title": "Compute test",
"options": {
"visual": "save",
"alignment": "left",
"button": "Hello Compute Test"
},
"save": {
"tracker": "7ba9a7b5-c5c8-420e-8c49-58e2c962205d"
}
}