package js.html
extends Event
Available on js
The ClipboardEvent
interface represents events providing information related to modification of the clipboard, that is cut
, copy
, and paste
events.
Documentation ClipboardEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, ?eventInitDict:Null<ClipboardEventInit>)
Throws:
null |
DOMError |
---|
read onlyclipboardData:DataTransfer
Is a DataTransfer
object containing the data affected by the user-initiated cut
, copy
, or paste
operation, along with its MIME type.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ClipboardEvent.html