ClipboardOutputEventData (clipboard)
@ckeditor/ckeditor5-clipboard/src/clipboard
class
The value of the event-clipboardOutput
event.
Filtering
Properties
-
Content to be put into the clipboard. It can be modified by the event listeners. Read more about the clipboard pipelines in "Clipboard" deep dive.
-
dataTransfer : DataTransfer
readonly
Data transfer instance.
-
method : 'copy' | 'cut'
Whether the event was triggered by a copy or cut operation.