intro.js
    Preparing search index...

    Type Alias introBeforeExitCallback

    introBeforeExitCallback: (
        this: Tour,
        targetElement: HTMLElement,
    ) => boolean | Promise<boolean>

    Type declaration

      • (this: Tour, targetElement: HTMLElement): boolean | Promise<boolean>
      • Parameters

        • this: Tour
        • targetElement: HTMLElement

        Returns boolean | Promise<boolean>