GoJS API
/ to search
    Preparing search index...

    Class TreeEdgeUnindexed

    This holds TreeLayout-specific information about Links.

    This class inherits from LayoutEdge.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get data(): ObjectData | null

      For virtualized layouts working on model data instead of a Link.

      Returns ObjectData | null

    • Gets or sets the Link associated with this edge, if any. The value may be null if this edge is a "dummy" edge, not represented by a real Link in the Diagram.

      Returns Link | null

    • get relativePoint(): Point

      Gets or sets a Point, relative to the parent node, that may be useful in routing this link.

      Returns Point

    Methods

    • Commits the position of the Link and routes it.

      Returns void