Insert node between
Insert a new node between existing parent and child nodes.
How to use
Behavior
Before: Parent ── Child
After: Parent ── New ── ChildBefore: Parent ─┬─ Child 1
├─ Child 2
└─ Child 3
After: Parent ── New ─┬─ Child 1
├─ Child 2
└─ Child 3Last updated
Was this helpful?