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

ondragend

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

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