--- title: ClipboardEvent slug: Web/API/ClipboardEvent tags: - API - Clipboard API - Event - Experimental - Interface - NeedsTranslation - TopicStub translation_of: Web/API/ClipboardEvent ---
{{APIRef("Clipboard API")}} {{SeeCompatTable}}
The ClipboardEvent
interface represents events providing information related to modification of the clipboard, that is {{event("cut")}}, {{event("copy")}}, and {{event("paste")}} events.
ClipboardEvent
event with the given parameters.Also inherits properties from its parent {{domxref("Event")}}.
No specific methods; inherits methods from its parent {{domxref("Event")}}.
Specification | Status | Comment |
---|---|---|
{{ SpecName('Clipboard API', '#clipboard-event-interfaces', 'ClipboardEvent') }} | {{ Spec2('Clipboard API') }} | Initial definition. |
{{Compat("api.ClipboardEvent")}}