HtmlEmbedSanitizeOutput (html-embed)
@ckeditor/ckeditor5-html-embed/src/htmlembed
interface
An object returned by the sanitizeHtml
function.
Filtering
Properties
-
hasChanged : Boolean
A flag that indicates whether the output HTML is different than the input value.
-
html : String
An output (safe) HTML that will be inserted into the editing view.