Start with causality inference
This commit is contained in:
@@ -159,12 +159,12 @@ Every component owns its ports, declarative icon, properties, and child graph:
|
||||
"name": "My Component",
|
||||
"position": {"x": 0, "y": 0},
|
||||
"interface": {
|
||||
"inputs": [{"id": "in", "name": "Input", "type": "signal", "properties": {
|
||||
"iconPosition": {"x": 0, "y": 40}
|
||||
}}],
|
||||
"outputs": [{"id": "out", "name": "Output", "type": "signal", "properties": {
|
||||
"iconPosition": {"x": 128, "y": 64}
|
||||
}}]
|
||||
"ports": [
|
||||
{"id": "in", "name": "Input", "type": "signal", "orientation": "input",
|
||||
"properties": {"iconPosition": {"x": 0, "y": 40}}},
|
||||
{"id": "out", "name": "Output", "type": "signal", "orientation": "output",
|
||||
"properties": {"iconPosition": {"x": 128, "y": 64}}}
|
||||
]
|
||||
},
|
||||
"icon": {
|
||||
"size": {"width": 128, "height": 128},
|
||||
|
||||
Reference in New Issue
Block a user