Skip to main content
Latest
variable ondragend
import { ondragend } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

Fires on the source object when the user releases the mouse at the close of a drag operation.

type

((this: Window, ev: DragEvent) => any) | null