ClipboardEvent
Experimental: 這是一個實驗中的功能
此功能在某些瀏覽器尚在開發中,請參考兼容表格以得到不同瀏覽器用的前輟。
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
object containing the data affected by the user-initiatedcut
(en-US),copy
(en-US), orpaste
(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
參見
- Copy-related events:
copy
(en-US),cut
(en-US),paste
(en-US)