Preparing search index...
    interface DragActions {
        cancel: (args?: { shouldBlockNextClick: boolean }) => void;
        drop: (args?: { shouldBlockNextClick: boolean }) => void;
        isActive: () => boolean;
        shouldRespectForcePress: () => boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cancel: (args?: { shouldBlockNextClick: boolean }) => void
    drop: (args?: { shouldBlockNextClick: boolean }) => void
    isActive: () => boolean
    shouldRespectForcePress: () => boolean