Preparing search index...
    interface DraggableProps {
        children: DraggableChildrenFn;
        disableInteractiveElementBlocking?: boolean;
        draggableId: string;
        index: number;
        isDragDisabled?: boolean;
        shouldRespectForcePress?: boolean;
    }
    Index

    Properties

    disableInteractiveElementBlocking?: boolean
    draggableId: string
    index: number
    isDragDisabled?: boolean
    shouldRespectForcePress?: boolean