Interface ITrustedTypePolicy

interface ITrustedTypePolicy {
    name: string;
    createHTML?(input): any;
    createScript?(input): any;
    createScriptURL?(input): any;
}

Properties

name: string

Methods

  • Parameters

    • input: string

    Returns any

  • Parameters

    • input: string

    Returns any

  • Parameters

    • input: string

    Returns any