Interface

SanitizedOutput (core/editor)

@ckeditor/ckeditor5-core/src/editor/editorconfig

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.