Is it possible to addChild to a group node in a specific react component div ? #1531
-
I'm using a react component to render a group node.
I would like to addChild into the Body div of the component. By default, the addChild function add children into the global foreinObject (the global component) as it is children can be attach to the header div. Is there any way to do it ? |
Beta Was this translation helpful? Give feedback.
Answered by
NewByVector
May 7, 2022
Replies: 1 comment
-
AddChild does not make one node part of another, but has the ability to move the parent node and the child node will moved together. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NewByVector
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AddChild does not make one node part of another, but has the ability to move the parent node and the child node will moved together.