Class

ClipboardEventData (clipboard)

@ckeditor/ckeditor5-clipboard/src/clipboardobserver

class

The value of the event-paste, event-copy and event-cut events.

In order to access the clipboard data, use the dataTransfer property.

Filtering

Properties

  • readonly

    dataTransfer : DataTransfer

    The data transfer instance.

  • readonly inherited

    target : Element

    The tree view element representing the target.

Methods

  • inherited

    constructor( view, domEvent, [ additionalData ] )

    Parameters

    view : View

    The instance of the view controller.

    domEvent : Event

    The DOM event.

    [ additionalData ] : Object

    Additional properties that the instance should contain.

  • inherited

    preventDefault()

    Prevents the native's event default action.

  • inherited

    stopPropagation()

    Stops native event propagation.