Module

clipboard/clipboard

@ckeditor/ckeditor5-clipboard/src/clipboard

module

Filtering

Classes

  • Clipboard

    The clipboard feature. It is responsible for intercepting the paste and drop events and passing the pasted content through the clipboard pipeline in order to insert it into the editor's content. It also handles the cut and copy events to fill the native clipboard with serialized editor's data.

  • ClipboardOutputEventData

    The value of the event-clipboardOutput event.