Node Intersections ​
Sometimes you need to know if two nodes intersect. useVueFlow
provides you methods like getIntersectingNodes
or isNodeIntersection
to help you find out when two or more nodes intersect, or if a node intersects with a given area.