Stores a currently open Application for future steps
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
_installingASystemPrivate
_creatingAWorldStatic
onStatic
fromJSON
A Tour subclass that handles controlling the UI state of the Setup screen