Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the connector |
type | string ("SolidLine" or "DashedLine" ) | - |
start | Flow Board Connection | - |
end | Flow Board Connection | - |
label | Flow Board Connector Label (Optional) | - |
color | string ("yellow" , "orange" , "peach" , "green" or "turquoise" ) (Optional) | Color for the connector |
Example
{
"id": "610cd30ff252160033aa5ab9",
"type": "SolidLine",
"start": {
"node": {
"id": "60019c81b51d170c91de7623"
},
"node_position": {
"x": 23,
"y": 45
}
},
"end": {
"node": {
"id": "5d9caaecb4a3fa9bc9718686"
},
"node_position": {
"x": 46,
"y": 90
},
"label": {
"text": "If sucessful",
"position": 0.5,
"width": 50,
"color": "orange"
}
}
}