The source HTML string
Options for DOM to Content Model conversion
A string handler to convert string to trusted string
A Content Model Document object that contains the Content Model from the give HTML, or undefined if failed to parse the source HTML
Export HTML content. If there are entities, this will cause EntityOperation event with option = 'replaceTemporaryContent' to get a dehydrated entity
The editor to get content from
Specify HTML to get plain text result. This is the default option
@optional Options for Model to DOM conversion
Export plain text content
The editor to get content from
Specify PlainText to get plain text result
@optional Callbacks to customize conversion behavior
Export plain text using editor's textContent property directly
The editor to get content from
Specify PlainTextFast to get plain text result using textContent property
Paste into editor using a clipboardData object
The Editor object.
Clipboard data retrieved from clipboard
Type of content to paste or function that returns the Paste Type to use based on the document and the clipboard Data. @default normal
Redo to next undo snapshot
The editor to undo with
Undo to last undo snapshot
The editor to undo with
Generated using TypeDoc
Create Content Model from HTML string