ClipboardEvent
Events providing information related to modification of the clipboard, that is cut, copy, and paste events.
var ClipboardEvent: {
prototype: ClipboardEvent;
new (type: string, eventInitDict?: ClipboardEventInit): ClipboardEvent;
};Events providing information related to modification of the clipboard, that is cut, copy, and paste events.