Skip to main content

@microsoft/fast-element > TrustedTypesPolicy

TrustedTypesPolicy type

A policy for use with the standard trustedTypes platform API.

Signature:
export declare type TrustedTypesPolicy = {
createHTML(html: string): string;
};