interface HTMLDataConfiguration {
    dataProviders?: {
        [providerId: string]: HTMLDataV1;
    };
    useDefaultDataProvider?: boolean;
}

Properties

dataProviders?: {
    [providerId: string]: HTMLDataV1;
}

Provides a set of custom data providers.

Type declaration

useDefaultDataProvider?: boolean

Defines whether the standard HTML tags and attributes are shown