@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface NewTabPageSettings

    interface NewTabPageSettings {
        adBlocking?: { state: "enabled" | "disabled" };
        customizerDrawer?: { autoOpen?: boolean; state: "enabled" | "disabled" };
    }
    Index

    Properties

    adBlocking?: { state: "enabled" | "disabled" }
    customizerDrawer?: { autoOpen?: boolean; state: "enabled" | "disabled" }

    Type declaration

    • OptionalautoOpen?: boolean

      Should the customizer drawer be opened on page load?

    • state: "enabled" | "disabled"