@duckduckgo/privacy-dashboard
    Preparing search index...

    This describes the required data for the dashboard

    interface WindowsViewModel {
        certificates?: unknown[];
        cookiePromptManagementStatus?: CookiePromptManagementStatus;
        isInvalidCert?: boolean;
        localeSettings?: LocaleSettings;
        maliciousSiteStatus?: MaliciousSiteStatus;
        parentEntity?: ParentEntity;
        permissions?: unknown[];
        protections: ProtectionsStatus;
        rawRequestData: RequestData;
        tabUrl: string;
        theme?: string;
        themeVariant?: ThemeVariant;
        upgradedHttps: boolean;
    }
    Index

    Properties

    certificates?: unknown[]
    cookiePromptManagementStatus?: CookiePromptManagementStatus
    isInvalidCert?: boolean
    localeSettings?: LocaleSettings
    maliciousSiteStatus?: MaliciousSiteStatus
    parentEntity?: ParentEntity
    permissions?: unknown[]
    protections: ProtectionsStatus
    rawRequestData: RequestData
    tabUrl: string
    theme?: string

    The color scheme theme ('light' or 'dark')

    themeVariant?: ThemeVariant
    upgradedHttps: boolean