TreeEdge$Typings extension
- on
Properties
- fromVertex ↔ TreeVertex
-
Available on TreeEdge, provided by the TreeEdge$Typings extension
Gets or sets the LayoutVertex that this edge comes from. Setting this property does not change any LayoutVertex#destinationEdges collection.getter/setter pair - relativePoint ↔ Point
-
Available on TreeEdge, provided by the TreeEdge$Typings extension
Gets or sets a Point, relative to the parent node, that may be useful in routing this link.getter/setter pair - toVertex ↔ TreeVertex?
-
Available on TreeEdge, provided by the TreeEdge$Typings extension
Gets or sets the LayoutVertex that this edge goes to. Setting this property does not change any LayoutVertex#sourceEdges collection.getter/setter pair
Methods
-
commit(
) → void -
Available on TreeEdge, provided by the TreeEdge$Typings extension
Commits the position of the Link and routes it.