ClipboardEvent
open external class ClipboardEvent(val type: EventType<ClipboardEvent>, init: ClipboardEventInit = definedExternally) : Event(source)
Events providing information related to modification of the clipboard, that is cut, copy, and paste events.