Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>ClipboardEvent

Advanced Web Composition for Future
Latest
interface ClipboardEvent
implements Event
import { type ClipboardEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Events providing information related to modification of the clipboard, that is cut, copy, and paste events.

Properties

readonly
clipboardData: DataTransfer | null