Report an issue
Class

CKEDITOR.plugins.clipboard.dataTransfer

classsince 4.5.0

Facade for the native dataTransfer/clipboadData object to hide all differences between browsers.

Filtering

Properties

  • readonly

    $ : Object

    A native DOM event object.

  • readonly

    id : String

    Data transfer ID used to bind all dataTransfer objects based on the same event (e.g. in drag and drop events).

  • readonly

    sourceEditor : editor

    Source editor — the editor where the drag starts. Might be undefined if the drag starts outside the editor (e.g. when dropping files to the editor).

  • private

    _ : Object

    Private properties and methods.

Methods