@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:
            | "customize"
            | "welcome"
            | "getStarted"
            | "systemSettings"
            | "makeDefaultSingle"
            | "duckPlayerSingle"
            | "addressBarMode";
    }
    Index

    Properties

    Properties

    id:
        | "customize"
        | "welcome"
        | "getStarted"
        | "systemSettings"
        | "makeDefaultSingle"
        | "duckPlayerSingle"
        | "addressBarMode"

    a unique identifier for each step