Packagecom.yworks.yfiles.layout.multipage
Interfacepublic interface EdgeInfo

A class that holds all information related to an edge.



Public Properties
 PropertyDefined By
  id : Object
[read-only] Returns the unique id of the related edge.
EdgeInfo
  representedEdge : Edge
[read-only] Returns the original edge.
EdgeInfo
  type : int
[read-only] Returns the type of the related edge.
EdgeInfo
Property Detail
idproperty
id:Object  [read-only]

Returns the unique id of the related edge.


Implementation
    public function get id():Object
representedEdgeproperty 
representedEdge:Edge  [read-only]

Returns the original edge. That is, for edges of type com.yworks.yfiles.layout.multipage.EdgeInfoCompanion.TYPE_CONNECTOR, the edge of the input graph that was split by the connector edge is returned.


Implementation
    public function get representedEdge():Edge

See also

typeproperty 
type:int  [read-only]

Returns the type of the related edge.


Implementation
    public function get type():int