Interface

DraggingEventData (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardobserver

interface

Filtering

Properties

  • dataTransfer : DataTransfer

    The data transfer instance.

  • method : 'dragover'

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

  • target : Element

    The tree view element representing the target.

  • targetRanges : null | Array<Range>

    Ranges which are the target of the operation (usually – into which the content should be inserted). It is the drop position (which can be different than the selection at the moment of drop).