HtmlEmbedSanitizeOutput
interface
An object returned by the sanitizeHtml
function.
Properties
-
hasChanged : boolean
module:html-embed/htmlembedconfig~HtmlEmbedSanitizeOutput#hasChanged
A flag that indicates whether the output HTML is different than the input value.
-
html : string
module:html-embed/htmlembedconfig~HtmlEmbedSanitizeOutput#html
An output (safe) HTML that will be inserted into the editing view.