Register tours that can be started later
Reset current
to null and unmount the .mw-tours
node
The tour to move, defaults to current
Get the target element for the provided step. No default implementation is provided
Move the currentStep
of the tour to the provided index
and re-render
The tour to move, defaults to current
Increment the currentStep
of the tour. If the currentStep
before the incrementing is the last step then call done
The tour to progress, defaults to current
Decrement the currentStep
of the tour
The tour to progress, defaults to current
Either re-render the current step, or move through the tour until a matching target node is found,
or if no target nodes can be found unmount the .mw-tours
node
The tour to move, defaults to current
Re-render the tour in the .mw-tours
container
The tour to move, defaults to current
Kick off a tour and render the first step
Id of the Tour to start
Selector for the top level container that the .mw-tours
container will be appended to
Function that provides the target node / element that step
should be rendered next to
Generated using TypeDoc
The currently active Tour