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