Module

clipboard/clipboardpipeline

@ckeditor/ckeditor5-clipboard/src/clipboardpipeline

module

Filtering

Classes

  • ClipboardOutputEventData

    The value of the event-clipboardOutput event.

  • ClipboardPipeline

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