Hierarchy (view full)

Constructors

Properties

_RELOADABLE: boolean = false
_DEFAULT: boolean = true
_IN_CLIENT: boolean = false

Methods

  • Parameters

    • htmlText: string
    • allowedHTMLTags: string[]

    Returns string

  • Parameters

    • line: string
    • allowedHTMLTags: string[] = null
    • sanitizeOptions: IOptions = {}

    Returns string

  • Parameters

    • scrollContainer: HTMLDivElement
    • contentSelector: string = '.scroll-content'

    Returns Promise<void>

  • Parameters

    • policyName: string
    • policyImplementation: ((html) => string)
        • (html): string
        • Parameters

          • html: string

          Returns string

    Returns void

Generated using TypeDoc