The ClipboardEvent interface of the Clipboard API represents events providing information related to modification of the clipboard, that is cut, copy, and paste events.
ClipboardEvent()Creates a ClipboardEvent event with the given parameters.
Also inherits properties from its parent Event.
ClipboardEvent.clipboardData Read onlyA DataTransfer object containing the data affected by the user-initiated cut, copy, or paste operation, along with its MIME type.
No specific methods; inherits methods from its parent Event.
copy, cut, pasteClipboardChangeEvent