MarkerTour: Tour & {
    steps: string[];
    controls?: boolean;
    image?: Models.Assets.Image;
    scrollable?: boolean;
    keepLastStep?: boolean;
    isSerialTour?: boolean;
    printChapters?: boolean;
    stepInfo?: MarkerTourStepInfo[];
    duration?: number;
    currentStep?: number;
    initialStep?: number;
    next?: (() => void);
    prev?: (() => void);
    goto?: ((n: number) => void);
}

A Micrio marker tour -- a sequence of markers, which the user can navigate through. This is created in the Micrio editor.

Generated using TypeDoc