Direct connection child to parent Node #1716
Answered
by
bcakmakoglu
allangnutzmans
asked this question in
Q&A
-
Is there any way to connect the internal node with the external directly? |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Dec 19, 2024
Replies: 1 comment
-
Yeah, but you'll have to create a custom edge and flip source/target positions of the handle so they would lead inwards instead of outwards. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
allangnutzmans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, but you'll have to create a custom edge and flip source/target positions of the handle so they would lead inwards instead of outwards.
So if a groups handle is at the bottom, flip it and tell
getBezierEdge
to usetargetPosition: Position.Top
instead (same for source handle and sourceposition, flip it).