Skip to content

Compute

Description

Compute

Attributes

  • tile=compute
  • options: [Objects]
    • visual: Not Implemented functionality for this attribute
    • alignment: Indicate the Alignment of container it should be left | center | right
    • button: Indicate a compute button text
  • rules: [Array of objects]
    • text
    • key: key attribute to match with shared data
    • success: true | false
    • fail: true | false
  • expressions: [Array of object]
    • text: expression text
    • key: expression key
  • merge: [object] Data to merge with a shared data
  • behaviors:
  • 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"
  }
}