Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ondragleave

Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

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