Skip to main content
Module

x/evt/lib/types/index.ts>dom.ClipboardEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.ClipboardEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.3.1/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