ClipboardOutputTransformationData
interface
The value of the 'outputTransformation' event.
Properties
module:clipboard/clipboardpipeline~ClipboardOutputTransformationData#contentContent 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 : ViewDataTransferreadonlymodule:clipboard/clipboardpipeline~ClipboardOutputTransformationData#dataTransferThe data transfer instance.
method : 'copy' | 'cut' | 'dragstart'module:clipboard/clipboardpipeline~ClipboardOutputTransformationData#methodWhether the event was triggered by a copy or cut operation.