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

ondrag

Fires on the source object continuously during a drag operation.

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