Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to sanitize.

Hierarchy

  • IOptions

Index

Properties

Optional allowedAttributes

allowedAttributes: {}

The allowed attributes for a given tag.

Type declaration

  • [key: string]: string[]

Optional allowedStyles

allowedStyles: {}

The allowed style values for a given tag.

Type declaration

  • [key: string]: {}
    • [key: string]: RegExp[]

Optional allowedTags

allowedTags: string[]

The allowed tags.

Generated using TypeDoc