Class PasteHandler

A tool that handles paste events (e.g. as triggered by ctrl+V).

While ToolController has a PasteHandler in its default list of tools, if a non-default set is being used, PasteHandler can be added as follows:

const toolController = editor.toolController;
toolController.addTool(new PasteHandler(editor));

Hierarchy (View Summary)

Constructors

Properties

description: string

Methods

OpenSource licenses