ViewDocumentClipboardOutputEventData
interface
The value of the 'clipboardOutput' event.
Properties
-
module:clipboard/clipboardpipeline~ViewDocumentClipboardOutputEventData#content
Content to be put into the clipboard. It can be modified by the event listeners. Read more about the clipboard pipelines in the clipboard deep-dive guide.
-
dataTransfer : ViewDataTransfer
readonlymodule:clipboard/clipboardpipeline~ViewDocumentClipboardOutputEventData#dataTransfer
The data transfer instance.
-
method : 'copy' | 'cut' | 'dragstart'
module:clipboard/clipboardpipeline~ViewDocumentClipboardOutputEventData#method
Whether the event was triggered by a copy or cut operation.