Class

ClipboardOutputEventData (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardpipeline

class

The value of the event-clipboardOutput event.

Filtering

Properties

  • content : DocumentFragment

    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.

  • readonly

    dataTransfer : DataTransfer

    The data transfer instance.

  • method : 'copy' | 'cut'

    Whether the event was triggered by a copy or cut operation.