Configuration of the tour. This object is cloned to avoid mutating the original configuration.
The HTMLElement which is the focus of the current tour step.
The HTMLElement that fades out the rest of the screen
The HTMLElement that blocks input while a Tour is active
Static
STATUSStatic
HIGHLIGHT_Padding around a Highlighted Element
The unique identifier of the tour.
The human-readable title for the tour.
The human-readable description of the tour.
The package namespace for the tour.
The key the Tour is stored under in game.tours, of the form ${namespace}.${id}
The index of the current step; -1 if the tour has not yet started, or null if the tour is finished.
Returns True if there is a next TourStep
Returns True if there is a previous TourStep
The current status of the Tour
Static
tourIndicates if a Tour is currently in progress.
Static
activeProtected
_getProtected
_postProtected
_renderPrivate
#activateStatic
onStatic
fromJSON
A tour for demonstrating an aspect of Canvas functionality. Automatically activates a certain canvas layer or tool depending on the needs of the step.