GoJS API
/ to search
    Preparing search index...

    Enumeration PortSpreading

    This enumeration specifies possible values for Node.portSpreading.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    Evenly: 1

    Links connecting with a port should be distributed evenly along the side(s) indicated by a Spot that is Spot.isSide. This is the default value.

    None: 0

    Links connecting with a port should all connect at a single point on the side(s) indicated by a Spot that is Spot.isSide.

    Packed: 2

    Links connecting with a port should packed together based on the link's shape's width on the side(s) indicated by a Spot that is Spot.isSide.