Overriding connection between nested nodes #2313
Closed
pronline2013
started this conversation in
General
Replies: 1 comment 4 replies
-
Seems like it works, are you not seeing this in some different environment? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an issue with the syntax of overriding connections between nested nodes.
The sample code below shows a number of nested nodes, with a connection between the innermost nodes.
Based on the documentation, I was under the impression that the following code would remove the connection between node
root.level_1_A.container_1
and noderoot.level_1_B.container_2
.However, this doesn't seem to be working. Is there anything I would need to do differently to be able to remove the connection? Any other syntax that I would need to use in this case?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions