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