@joint/react
    Preparing search index...

    Interface LinkRoutingSmoothOptions

    Options for linkRoutingSmooth.

    interface LinkRoutingSmoothOptions {
        markerSelector?: string;
        mode?: LinkMode;
        sourceOffset?: number;
        straightWhenDisconnected?: boolean;
        targetOffset?: number;
    }

    Hierarchy

    • BaseLinkOptions
      • LinkRoutingSmoothOptions
    Index

    Properties

    markerSelector?: string

    The attrs selector that holds the marker definitions.

    'line'
    
    mode?: LinkMode

    Which side of an element or port each link end attaches to; see LinkMode for how each value behaves.

    'auto'
    
    sourceOffset?: number

    Offset (in px) applied to the connection point at the source end.

    0
    
    straightWhenDisconnected?: boolean

    Fall back to a straight line while either end is still unconnected (e.g. mid-drag).

    true
    
    targetOffset?: number

    Offset (in px) applied to the connection point at the target end.

    0