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

ondragstart

Fires on the source object when the user starts to drag a text selection or selected object.

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