LayeredDigraphEdge$Typings extension

on

Properties

forest bool
True if the link is part of the depth first forest. The default value is false.
getter/setter pair
fromVertex LayeredDigraphVertex?
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
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
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
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
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
True if the link was reversed during cycle removal. The default value is false.
getter/setter pair
toVertex LayeredDigraphVertex?
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
True if the link is part of the proper digraph. The default value is false.
getter/setter pair