intro.js
    Preparing search index...

    Interface TourOptions

    interface TourOptions {
        autoPosition: boolean;
        buttonClass: string;
        disableInteraction: boolean;
        doneLabel: string;
        dontShowAgain: boolean;
        dontShowAgainCookie: string;
        dontShowAgainCookieDays: number;
        dontShowAgainLabel: string;
        exitOnEsc: boolean;
        exitOnOverlayClick: boolean;
        group: string;
        helperElementPadding: number;
        hideNext: boolean;
        hidePrev: boolean;
        highlightClass: string;
        isActive: boolean;
        keyboardNavigation: boolean;
        nextLabel: string;
        nextToDone: boolean;
        overlayOpacity: number;
        positionPrecedence: TooltipPosition[];
        prevLabel: string;
        progressBarAdditionalClass: string;
        scrollPadding: number;
        scrollTo: ScrollTo;
        scrollToElement: boolean;
        showBullets: boolean;
        showButtons: boolean;
        showProgress: boolean;
        showStepNumbers: boolean;
        skipLabel: string;
        stepNumbersOfLabel: string;
        steps: Partial<TourStep>[];
        tooltipClass: string;
        tooltipPosition: TooltipPosition;
        tooltipRenderAsHtml?: boolean;
    }
    Index

    Properties

    autoPosition: boolean
    buttonClass: string
    disableInteraction: boolean
    doneLabel: string
    dontShowAgain: boolean
    dontShowAgainCookie: string
    dontShowAgainCookieDays: number
    dontShowAgainLabel: string
    exitOnEsc: boolean
    exitOnOverlayClick: boolean
    group: string
    helperElementPadding: number
    hideNext: boolean
    hidePrev: boolean
    highlightClass: string
    isActive: boolean
    keyboardNavigation: boolean
    nextLabel: string
    nextToDone: boolean
    overlayOpacity: number
    positionPrecedence: TooltipPosition[]
    prevLabel: string
    progressBarAdditionalClass: string
    scrollPadding: number
    scrollTo: ScrollTo
    scrollToElement: boolean
    showBullets: boolean
    showButtons: boolean
    showProgress: boolean
    showStepNumbers: boolean
    skipLabel: string
    stepNumbersOfLabel: string
    steps: Partial<TourStep>[]
    tooltipClass: string
    tooltipPosition: TooltipPosition
    tooltipRenderAsHtml?: boolean