Type: object
Attribute | Type | Description |
---|---|---|
node | Object Reference | - |
style | string ("arrow" or "point" ) (Optional) | - |
layer_source_id | string (Optional) | Layer's identifier in the design tool |
connection_position | Flow Board Connection Position (Optional) | - |
Example
{
"node": {
"id": "60019c81b51d170c91de7623"
},
"style": "arrow",
"board_connector_position": {
"dotIndex": 23,
"side": "left"
}
}