Skip to content

Instantly share code, notes, and snippets.

@asebastian-aras
Created July 19, 2024 15:07
Show Gist options
  • Save asebastian-aras/79707aa853f4470a7cb313ff57734c66 to your computer and use it in GitHub Desktop.
Save asebastian-aras/79707aa853f4470a7cb313ff57734c66 to your computer and use it in GitHub Desktop.
Named Connector definition
{
"container": {
"type": "grid",
"style": {
"width": 0,
"height": 0,
"color": "red",
"padding": {
"left": 0.01,
"right": 0.01,
"top": -20,
"bottom": 0.01
},
"rows": [
{
"height": 20
}
],
"cols": [
{
"width": 120
}
],
"cells": [
{
"content": "text",
"content_binding": "description",
"col": 0,
"row": 0,
"style": {
"font": {
"size": 12,
"family": "Roboto",
"weight": "normal",
"color": "#555555"
}
}
}
]
}
},
"style": {
"color": "#555555",
"weight": 1,
"arrowhead": {
"color": "#555555",
"height": 17,
"width": 7
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment