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

Properties

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