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