W3cubDocs

/Haxe JavaScript

ClipboardEvent

package js.html

extends Event

@:native("ClipboardEvent") 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:

Constructor

new (type:String, ?eventInitDict:ClipboardEventInit)

Throws:

null DOMError

Variables

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