ClipboardEvent

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

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

瀏覽器相容性

BCD tables only load in the browser

參見