LayeredDigraphEdge
Defined in: layout/LayeredDigraphNetwork.ts:20
An edge in a layout network, representing a link. GoJS-compatible structure.
Extends
Sección titulada «Extends»Constructors
Sección titulada «Constructors»Constructor
Sección titulada «Constructor»new LayeredDigraphEdge(
link?):LayeredDigraphEdge
Defined in: layout/LayoutNetwork.ts:70
Parameters
Sección titulada «Parameters»Link | null
Returns
Sección titulada «Returns»LayeredDigraphEdge
Inherited from
Sección titulada «Inherited from»Properties
Sección titulada «Properties»forest:
boolean=false
Defined in: layout/LayeredDigraphNetwork.ts:25
fromVertex
Sección titulada «fromVertex»fromVertex:
LayeredDigraphVertex|null
Defined in: layout/LayeredDigraphNetwork.ts:21
Overrides
Sección titulada «Overrides»isOrthogonal
Sección titulada «isOrthogonal»isOrthogonal:
boolean=false
Defined in: layout/LayoutNetwork.ts:67
Inherited from
Sección titulada «Inherited from»isTreeEdge
Sección titulada «isTreeEdge»isTreeEdge:
boolean=false
Defined in: layout/LayoutNetwork.ts:68
Inherited from
Sección titulada «Inherited from»link:
Link|null
Defined in: layout/LayoutNetwork.ts:64
Inherited from
Sección titulada «Inherited from»portFromPos
Sección titulada «portFromPos»portFromPos:
number=Number.NaN
Defined in: layout/LayeredDigraphNetwork.ts:26
rev:
boolean=false
Defined in: layout/LayeredDigraphNetwork.ts:24
toVertex
Sección titulada «toVertex»toVertex:
LayeredDigraphVertex|null
Defined in: layout/LayeredDigraphNetwork.ts:22
Overrides
Sección titulada «Overrides»valid:
boolean=true
Defined in: layout/LayeredDigraphNetwork.ts:23
Methods
Sección titulada «Methods»getOtherVertex()
Sección titulada «getOtherVertex()»getOtherVertex(
vertex):LayoutVertex|null
Defined in: layout/LayoutNetwork.ts:75
The other vertex, given one endpoint.
Parameters
Sección titulada «Parameters»Returns
Sección titulada «Returns»LayoutVertex | null