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

Fires when the current selection changes.

type

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