LayeredDigraphEdge$Typings extension
Properties
- forest ↔ bool
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
True if the link is part of the depth first forest. The default value is false.getter/setter pair - fromVertex ↔ LayeredDigraphVertex?
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$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 - portFromColOffset ↔ num
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
Approximate column offset of the from port of the link from the from node column used in straightening. The default value is 0.getter/setter pair - portFromPos ↔ num
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
Location of the port at the from node of the link. Allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports. The default value is NaN.getter/setter pair - portToColOffset ↔ num
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
Approximate column offset of the to port of the link from the to node column used in straightening. The default value is 0.getter/setter pair - portToPos ↔ num
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
Location of the port at the to node of the link. Allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports. The default value is NaN.getter/setter pair - rev ↔ bool
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
True if the link was reversed during cycle removal. The default value is false.getter/setter pair - toVertex ↔ LayeredDigraphVertex?
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$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 - valid ↔ bool
-
Available on LayeredDigraphEdge, provided by the LayeredDigraphEdge$Typings extension
True if the link is part of the proper digraph. The default value is false.getter/setter pair