Skip to main content
Module

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

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