OptionalcurrentStep?: numberCurrent tour step getter
Optionalduration?: numberInternally calculated total duration, sum of all step durations
Optionalgoto?: (n: number) => voidGo to step -- for running tours
Optionalimage?: Models.Assets.ImageOptional tour image asset
OptionalinitialStep?: numberStart on this tour step
OptionalisSerialTour?: booleanChapter-based multi-video serial tour
OptionalkeepLastStep?: booleanDon't reset view when tour ends
Optionalnext?: () => voidGo to next step -- for running tours
OptionalnoControls?: booleanNo user controls
Optionalprev?: () => voidGo to prev step -- for running tours
OptionalprintChapters?: booleanPrint the chapters in the interface
Optionalscrollable?: booleanThis is a scrolling tour
OptionalstepInfo?: MarkerTourStepInfo[]Internally generated propagated step data by Micrio
Tour steps
A Micrio marker tour -- a sequence of markers, which the user can navigate through. This is created in the Micrio editor.