web api interface
ClipboardEvent
The ClipboardEvent interface of the Clipboard API represents events providing information related to modification of the clipboard, that is cut, copy, and paste events.
Constructor
ClipboardEvent()- : Creates a
ClipboardEventevent with the given parameters.
- : Creates a
Instance properties
Also inherits properties from its parent Event.
clipboardDataRead only- : A
DataTransferobject containing the data affected by the user-initiatedcut,copy, orpasteoperation, along with its MIME type.
- : A
Instance methods
No specific methods; inherits methods from its parent Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- Copy-related events:
copy,cut,paste ClipboardChangeEvent- Clipboard API
- Image support for Async Clipboard article