GoJS API
/ to search
    Preparing search index...

    Class ForceDirectedEdgeUnindexed

    This holds ForceDirectedLayout-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

    • get length(): number

      Gets or sets the length of this edge. The default value is NaN.

      Returns number

    • 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 stiffness(): number

      Gets or sets this edge's stiffness or resistance to compression or stretching. The default value is NaN.

      Returns number

    Methods

    • Commits the route of this edge to the corresponding Link, if any. By default this does nothing. Please read the Learn page on Extensions for how to override methods and how to call this base method.

      Returns void