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.

實驗性質: 這是一個實驗中的功能
此功能在某些瀏覽器尚在開發中,請參考兼容表格以得到不同瀏覽器用的前輟。

ClipboardEvent 介面表示了與修改剪貼簿相關的事件,包括 cutcopypaste 事件。

屬性

Also inherits properties from its parent Event.

ClipboardEvent.clipboardData Read only

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

建構式

ClipboardEvent()

Creates a ClipboardEvent event with the given parameters.

方法

No specific methods; inherits methods from its parent Event.

規範

Specification
Clipboard API and events
# clipboard-event-interfaces

瀏覽器相容性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
ClipboardEvent
ClipboardEvent() constructor
clipboardData

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

參見