ClipboardEvent
package js.html
extends Event
Доступно в js
The ClipboardEvent interface represents events providing information related to modification of the clipboard, that is cut, copy, and paste events.
Документация ClipboardEvent от Mozilla Contributors, лицензирована по CC-BY-SA 2.5.
См. также:
Конструктор
new(type:String, ?eventInitDict:Null<ClipboardEventInit>)
Вызывает:
null |
DOMError |
|---|
Переменные
read onlyclipboardData:DataTransfer
Представляет собой объект DataTransfer содержащий данные, затронутые пользователем при операциях cut, copy, или paste, а также их MIME-тип.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ClipboardEvent.html