interface IOptions {
    sanitizer?: IRenderMime.ISanitizer;
}

Properties

Properties

The sanitizer used to sanitize untrusted HTML inputs.