此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。
ClipboardEvent
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2017年3月.
Clipboard API 的ClipboardEvent 介面表示與剪貼簿修改相關的事件,也就是cut、copy 和paste 事件。
In this article
建構子
ClipboardEvent()使用給定的參數建立
ClipboardEvent事件。
實例屬性
也繼承自其父類別Event 的屬性。
ClipboardEvent.clipboardDataRead onlyDataTransfer物件,包含使用者觸發的剪下、複製或貼上操作所影響的資料及其 MIME 類型。
實例方法
無特定方法;繼承自其父類別Event 的方法。
規範
| Specification |
|---|
| Clipboard API and events> # clipboard-event-interfaces> |
瀏覽器相容性
參見
- 與複製相關的事件:
copy、cut、paste - Clipboard API
- 文章:非同步剪貼簿的圖片支援