Interface

ViewDocumentClipboardOutputEventData (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardpipeline

interface

The value of the '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.

  • dataTransfer : DataTransfer

    The data transfer instance.

  • method : 'copy' | 'cut' | 'dragstart'

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