Skip to content

Dispatch

Description

Dispatch stream

Attributes

  • tile=dispatch
  • title
  • query: Any Dispatch query
  • display: [object]
    • margin: provide it in the number used to calculate the dispatch component height.
    • height: provide it in the number used to calculate the dispatch component height.
  • component: agenda | simple | user | info. Provide a different view based provided options [optional] if it not provided then display the full dispatch card.

Example1

{
  "tile": "dispatch",
  "title": "test Dispatch ",
  "query": "all users",
  "component": "info",
  "display": {
    "margin": 15,
    "height": 300
  }
}

Example2

{
  "tile": "dispatch",
  "title": "test Dispatch ",
  "query": "current user, given trackers [wellness] from $date as day",
  "component": "agenda",
  "display": {
    "height": 100
  }
}