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

    Interface CustomizerDrawerState

    interface CustomizerDrawerState {
        name: "customizer_drawer";
        value: { state: "closed" | "opened"; themeVariantPopoverWasOpen?: boolean };
    }
    Index

    Properties

    Properties

    name: "customizer_drawer"
    value: { state: "closed" | "opened"; themeVariantPopoverWasOpen?: boolean }

    Type Declaration

    • state: "closed" | "opened"
    • OptionalthemeVariantPopoverWasOpen?: boolean

      True if the theme variant popover was visible when the drawer was opened