sesaparcours
    Preparing search index...

    Interface DragStopEventParams

    interface DragStopEventParams {
        drag: Drag;
        e: MouseEvent;
        el: jsPlumbDOMElement;
        finalPos: PointXY;
        originalPos: PointXY;
        pos: PointXY;
        selection: [jsPlumbDOMElement, PointXY, Drag, Size][];
        size: Size;
    }

    Hierarchy (View Summary)

    Index

    Properties

    drag: Drag
    finalPos: PointXY
    originalPos: PointXY
    pos: PointXY
    size: Size