ClipboardEvent
Experimental: Esta es una tecnología experimental
Comprueba la Tabla de compabilidad de navegadores cuidadosamente antes de usarla en producción.
The ClipboardEvent
interface represents events providing information related to modification of the clipboard, that is cut
(en-US), copy
(en-US), and paste
(en-US) events.
Constructor
ClipboardEvent()
(en-US)-
Creates a
ClipboardEvent
event with the given parameters.
Properties
Also inherits properties from its parent Event
.
ClipboardEvent.clipboardData
Read only-
Is a
DataTransfer
(en-US) object containing the data affected by the user-initiatedcut
(en-US),copy
(en-US), orpaste
(en-US) operation, along with its MIME type.
Methods
No specific methods; inherits methods from its parent Event
.
Especificaciones
Specification |
---|
Clipboard API and events # clipboard-event-interfaces |
Compatibilidad con navegadores
BCD tables only load in the browser
See also
- Copy-related events:
copy
(en-US),cut
(en-US),paste
(en-US)