intro.js
    Preparing search index...

    Type Alias introCompleteCallback

    introCompleteCallback: (
        this: Tour,
        currentStep: number,
        reason: "skip" | "end" | "done",
    ) => void | Promise<void>

    Type declaration

      • (
            this: Tour,
            currentStep: number,
            reason: "skip" | "end" | "done",
        ): void | Promise<void>
      • Parameters

        • this: Tour
        • currentStep: number
        • reason: "skip" | "end" | "done"

        Returns void | Promise<void>