Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.sanitizer
/
SanitizerConfig
Sanitizer
Config
web
interface
SanitizerConfig
(
source
)
Members
Properties
attributes
Link copied to clipboard
web
abstract
var
attributes
:
ReadonlyArray
<
SanitizerAttribute
>
?
comments
Link copied to clipboard
web
abstract
var
comments
:
Boolean
?
data
Attributes
Link copied to clipboard
web
abstract
var
dataAttributes
:
Boolean
?
elements
Link copied to clipboard
web
abstract
var
elements
:
ReadonlyArray
<
SanitizerElementWithAttributes
>
?
remove
Attributes
Link copied to clipboard
web
abstract
var
removeAttributes
:
ReadonlyArray
<
SanitizerAttribute
>
?
remove
Elements
Link copied to clipboard
web
abstract
var
removeElements
:
ReadonlyArray
<
SanitizerElement
>
?
replace
With
Children
Elements
Link copied to clipboard
web
abstract
var
replaceWithChildrenElements
:
ReadonlyArray
<
SanitizerElement
>
?