ClipboardEvent

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

ClipboardEvent 介面表示了與修改剪貼簿相關的事件,包括 cut (en-US)copy (en-US)paste (en-US) 事件。

屬性

Also inherits properties from its parent Event.

ClipboardEvent.clipboardData (en-US) Read only

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

建構式

ClipboardEvent() (en-US)

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

參見