clipboard/clipboard
@ckeditor/ckeditor5-clipboard/src/clipboard
module
Filtering
Classes
-
The clipboard feature. It is responsible for intercepting the
paste
anddrop
events and passing the pasted content through the clipboard pipeline in order to insert it into the editor's content. It also handles thecut
andcopy
events to fill the native clipboard with serialized editor's data. -
The value of the
event-clipboardOutput
event. -
The plugin detects the user's intention to paste plain text.