Interface

HtmlEmbedSanitizeOutput (html-embed)

@ckeditor/ckeditor5-html-embed/src/htmlembedconfig

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.