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