rich-text-editor/src/paste-sanitizing/paste-sanitizing.types.ts
Result of sanitizing pasted content
Properties |
| html |
html:
|
Type : string
|
|
Sanitized HTML string ready for insertion |
| isEmpty |
isEmpty:
|
Type : boolean
|
|
True if the sanitized content is empty or contains only whitespace |