Documentation
    Preparing search index...

    Interface TourWizardState

    interface TourWizardState {
        activeStepIndex: number;
        completedTimestamp: number | null;
        wasDismissed: boolean;
    }
    Index
    activeStepIndex: number
    completedTimestamp: number | null
    wasDismissed: boolean