The ClipboardEvent interface represents events providing information related to modification of the clipboard, that is cut, copy, and paste events.
Documentation ClipboardEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Constructor
Variables
read onlyclipboardData:DataTransfer
Is a DataTransfer object containing the data affected by the user-initiated cut, copy, or paste operation, along with its MIME type.