Preparing search index...
    interface DragUpdate {
        combine?: { draggableId: string; droppableId: string };
        destination?: { droppableId: string; index: number };
        draggableId: string;
        mode: "FLUID" | "SNAP";
        source: { droppableId: string; index: number };
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    combine?: { draggableId: string; droppableId: string }
    destination?: { droppableId: string; index: number }
    draggableId: string
    mode: "FLUID" | "SNAP"
    source: { droppableId: string; index: number }
    type: string