Overlays

constructor(thisRef: Node, mirrorProperty: KProperty<MutableCollection<OverlayEdge>>, outgoing: Boolean)

Initializes the Overlays object with a reference node, a property for edge mirroring, and a direction to specify outgoing or incoming edges.

Parameters

thisRef

The reference node that the overlays are associated with.

mirrorProperty

A reference to a property that mirrors the collection of overlay edges.

outgoing

A boolean indicating whether the edges managed by this collection are outgoing.