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

    Interface StepCompleteParams

    Sent when a user has transitioned from a step to the next one

    interface StepCompleteParams {
        id:
            | "summary"
            | "customize"
            | "welcome"
            | "getStarted"
            | "privateByDefault"
            | "cleanerBrowsing"
            | "systemSettings"
            | "dockSingle"
            | "importSingle"
            | "makeDefaultSingle"
            | "duckPlayerSingle";
    }
    Index

    Properties

    Properties

    id:
        | "summary"
        | "customize"
        | "welcome"
        | "getStarted"
        | "privateByDefault"
        | "cleanerBrowsing"
        | "systemSettings"
        | "dockSingle"
        | "importSingle"
        | "makeDefaultSingle"
        | "duckPlayerSingle"

    a unique identifier for each step