Skip to content

Stream options

Stream options available to either tracker or swimlanes. Tracker settings will override swimlane if both are applied.

Config object

Option properties

  • styles | classes:
    • edit
    • open
    • card
    • data
  • header
    • open: true | false
    • stream: true | false
  • social: hide | show
  • dispatchOpen: menu: hide | show | admin date: hide | show
  • dispatchEdit: menu: hide | show | admin date: hide | show
  • mapping: Array (use dispatch data to override settings) from: JSON path in form $.some.path to: destination path
  • cardLayout: id condition

Example

{
    "styles": {
        "card": {
            "backgroundColor": "#CF91FF",
            "borderTop": "5px solid #0F4FCC"
        },
        "popup": {
            "backgroundColor": "#CF91FF",
            "color": "#0f4fcc"
        },
        "open": {
            "backgroundColor": "#CF91FF",
            "color": "#0f4fcc"
        }
    }
}