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

    Interface SetCustomizeResponsesActiveAction

    Sent when the user toggles the on/off switch on the 'Customize responses' Tools-menu row. Native persists the new active state for the current window's stored customization.

    interface SetCustomizeResponsesActiveAction {
        active: boolean;
    }
    Index

    Properties

    Properties

    active: boolean

    Whether the stored customization should be applied.