interface ClipboardEvent
implements Event
import { type ClipboardEvent } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
Events providing information related to modification of the clipboard, that is cut, copy, and paste events.
Properties
readonly
clipboardData: DataTransfer | null