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 | falsestream
: true | false
social
: hide | showdispatchOpen
:menu
: hide | show | admindate
: hide | showdispatchEdit
:menu
: hide | show | admindate
: hide | showmapping
: Array (use dispatch data to override settings)from
: JSON path in form $.some.pathto
: destination pathcardLayout
:id
condition
Example
{
"styles": {
"card": {
"backgroundColor": "#CF91FF",
"borderTop": "5px solid #0F4FCC"
},
"popup": {
"backgroundColor": "#CF91FF",
"color": "#0f4fcc"
},
"open": {
"backgroundColor": "#CF91FF",
"color": "#0f4fcc"
}
}
}