EditorPasteEvent
The Editor paste
event.
Name | Type | Default | Description |
---|---|---|---|
cleanedHtml |
|
The HTML content cleaned in accordance with the | |
originalEvent |
|
The original DOM event. | |
originalHtml |
|
The raw pasted content. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
If the event is prevented by any of its subscribers, returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |