GoJS API
/ to search
    Preparing search index...

    Enumeration LinkingDirection

    This enumeration specifies possible values for LinkingTool.direction.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    BackwardsOnly: 3

    Users may draw new links backwards only (i.e. from "to" node to "from" node).

    Either: 1

    Users may draw new links in either direction.

    ForwardsOnly: 2

    Users may draw new links forwards only (i.e. from "from" node to "to" node).