files/en-us/web/api/clipboardevent/index.md
{{APIRef("Clipboard API")}}
The ClipboardEvent interface of the Clipboard API represents events providing information related to modification of the clipboard, that is {{domxref("Element/cut_event", "cut")}}, {{domxref("Element/copy_event", "copy")}}, and {{domxref("Element/paste_event", "paste")}} events.
{{InheritanceDiagram}}
ClipboardEvent event with the given parameters.Also inherits properties from its parent {{domxref("Event")}}.
No specific methods; inherits methods from its parent {{domxref("Event")}}.
{{Specifications}}
{{Compat}}