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";
}

Properties

Properties

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

a unique identifier for each step