interface BeforeCapture {
    draggableId: string;
    mode: "FLUID" | "SNAP";
}

Hierarchy (view full)

Properties

Properties

draggableId: string
mode: "FLUID" | "SNAP"