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