Tauri Core API - v2.6.0
    Preparing search index...

    Type Alias DragDropEvent

    DragDropEvent:
        | { type: "enter"; paths: string[]; position: dpi.PhysicalPosition }
        | { type: "over"; position: dpi.PhysicalPosition }
        | { type: "drop"; paths: string[]; position: dpi.PhysicalPosition }
        | { type: "leave" }

    The drag and drop event types.