sesaparcours
    Preparing search index...

    Interface DragStartEventParams

    interface DragStartEventParams {
        drag: Drag;
        e: MouseEvent;
        el: jsPlumbDOMElement;
        pos: PointXY;
        size: Size;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    drag: Drag
    pos: PointXY
    size: Size