Flow Board Connector

Type: object

AttributeTypeDescription
idstringThe unique id of the connector
typestring ("SolidLine" or "DashedLine")-
startFlow Board Connection-
endFlow Board Connection-
labelFlow Board Connector Label (Optional)-
colorstring ("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"
    }
  }
}