SanitizeHtmlOptions

constructor(allowedTags: List<String>? = null, allowAllTags: Boolean = false, allowedAttributes: Map<String, List<String>>? = null, allowAllAttributes: Boolean = false, nonBooleanAttributes: List<String>? = null, disallowedTagsMode: DisallowedTagsMode? = null, selfClosing: List<String>? = null, allowedSchemes: List<String>? = null, allowedSchemesByTag: Map<String, List<String>>? = null, allowedSchemesAppliedToAttributes: List<String>? = null, allowProtocolRelative: Boolean? = null, enforceHtmlBoundary: Boolean? = null, parseStyleAttributes: Boolean? = null, parser: JsAny? = null, allowedClasses: Map<String, List<String>>? = null, allowedStyles: Map<String, Map<String, RegExp>>? = null, transformTags: Map<String, JsAny>? = null, nonTextTags: List<String>? = null, nestingLimit: Int? = null)