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 clipboard data use dataTransfer property.

Filtering

Properties

Methods

  • constructor( view, domEvent, [ additionalData ] )

    inherited

    Parameters

    view : View

    The instance of the view controller.

    domEvent : Event

    The DOM event.

    [ additionalData ] : Object

    Additional properties that the instance should contain.

  • preventDefault()

    inherited

    Prevents the native's event default action.

  • stopPropagation()

    inherited

    Stops native event propagation.