OverlayEdge

constructor(start: Node, end: Node)

Constructs an OverlayEdge with a specified start and end node.

Parameters

start

The starting node of the edge.

end

The ending node of the edge.