Interface

MergeFieldsSanitizeOutput (merge-fields)

@ckeditor/ckeditor5-merge-fields/src/mergefieldsconfig

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.