Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. ClipboardEvent

ClipboardEvent

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨March 2017⁩.

TheClipboardEvent interface of theClipboard API represents events providing information related to modification of the clipboard, that iscut,copy, andpaste events.

Event ClipboardEvent

Constructor

ClipboardEvent()

Creates aClipboardEvent event with the given parameters.

Instance properties

Also inherits properties from its parentEvent.

ClipboardEvent.clipboardDataRead only

ADataTransfer object containing the data affected by the user-initiatedcut,copy, orpaste operation, along with its MIME type.

Instance methods

No specific methods; inherits methods from its parentEvent.

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 byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp