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

    Interface CustomizerData

    interface CustomizerData {
        background: BackgroundVariant;
        defaultStyles?: null | DefaultStyles;
        theme: BrowserTheme;
        userColor: null | HexValueBackground;
        userImages: UserImage[];
    }
    Index

    Properties

    background: BackgroundVariant
    defaultStyles?: null | DefaultStyles
    userColor: null | HexValueBackground
    userImages: UserImage[]