Interface

ClipboardInputTransformationData (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardpipeline

interface

The data of 'inputTransformation' event.

Filtering

Properties

  • content : DocumentFragment

    The event data. The content to be inserted into the editor. It can be modified by event listeners. Read more about the clipboard pipelines in the clipboard deep-dive guide.

  • dataTransfer : DataTransfer

    The data transfer instance.

  • method : 'paste' | 'drop'

    Whether the event was triggered by a paste or a drop operation.

  • targetRanges : null | Array<Range>

    The target drop ranges.