Replies: 1 comment
-
Ok, I might have figured that PortRendered would take access to the parent element and thus you have the control over it location. Not sure if that is really working like that though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to have a nodes with some custom content: lets say for simplicity a vertical stack of
<div>
elements, some of which should be associated with the ports, and others should not. I can't seem to figure how do I archive that kind of port positioning. The port customization chapter of the docs says that node rendering is responsible for the port rendering - does it mean that I will need to manually calculate position of the node content sub elements and somehow locate ports?Beta Was this translation helpful? Give feedback.
All reactions