sesaparcours
    Preparing search index...
    interface DragParams {
        beforeStart?: (beforeStartParams: BeforeStartEventParams) => void;
        canDrag?: Function;
        clone?: boolean;
        constrainFunction?: boolean | ConstrainFunction;
        consumeFilteredEvents?: boolean;
        consumeStartEvent?: boolean;
        containment?: ContainmentType;
        containmentPadding?: number;
        drag?: (p: DragEventParams) => any;
        dragAbort?: (el: Element) => any;
        dragInit?: (el: Element, e: MouseEvent) => any;
        events?: Record<string, Function>;
        filter?: string;
        filterExclude?: boolean;
        ghostProxy?: boolean | GhostProxyGenerator;
        ghostProxyParent?: Element;
        grid?: Grid;
        ignoreZoom?: boolean;
        makeGhostProxy?: GhostProxyGenerator;
        multipleDrop?: boolean;
        parent?: any;
        revertFunction?: RevertFunction;
        rightButtonCanDrag?: boolean;
        scope?: string;
        scroll?: boolean;
        selector?: string;
        snapThreshold?: number;
        start?: (p: DragStartEventParams) => any;
        stop?: (p: DragStopEventParams) => any;
        trackScroll?: boolean;
        useGhostProxy?: (container: any, dragEl: jsPlumbDOMElement) => boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    beforeStart?: (beforeStartParams: BeforeStartEventParams) => void
    canDrag?: Function
    clone?: boolean
    constrainFunction?: boolean | ConstrainFunction
    consumeFilteredEvents?: boolean
    consumeStartEvent?: boolean
    containment?: ContainmentType
    containmentPadding?: number
    drag?: (p: DragEventParams) => any
    dragAbort?: (el: Element) => any
    dragInit?: (el: Element, e: MouseEvent) => any
    events?: Record<string, Function>
    filter?: string
    filterExclude?: boolean
    ghostProxy?: boolean | GhostProxyGenerator
    ghostProxyParent?: Element
    grid?: Grid
    ignoreZoom?: boolean
    makeGhostProxy?: GhostProxyGenerator
    multipleDrop?: boolean
    parent?: any
    revertFunction?: RevertFunction
    rightButtonCanDrag?: boolean
    scope?: string
    scroll?: boolean
    selector?: string
    snapThreshold?: number
    start?: (p: DragStartEventParams) => any
    stop?: (p: DragStopEventParams) => any
    trackScroll?: boolean
    useGhostProxy?: (container: any, dragEl: jsPlumbDOMElement) => boolean