VOOZH about

URL: https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent

⇱ ClipboardEvent - Web APIs | MDN


ClipboardEvent

The ClipboardEvent interface of the Clipboard API represents events providing information related to modification of the clipboard, that is cut, copy, and paste events.

Constructor

ClipboardEvent()

Creates a ClipboardEvent event with the given parameters.

Instance properties

Also inherits properties from its parent Event.

ClipboardEvent.clipboardData Read only

A DataTransfer object containing the data affected by the user-initiated cut, copy, or paste operation, along with its MIME type.

Instance methods

No specific methods; inherits methods from its parent Event.

Specifications

Specification
Clipboard API and events
# clipboard-event-interfaces

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.