TourGuide Icon TourGuide JS
Docs

Properties

Core attributes when a TourGuide instance is created.

isVisible

# Type: boolean Default: false

Returns true if tour is visible on screen.

activeStep

# Type: number Default: 0

Returns the active step index for the tour. Starts from 0.

dialog

# Type: HTMLElement

The tour dialog Element object, this can be manipulated much like any normal DOM element, some changes will be overwritten by options and internal methods.

backdrop

# Type: HTMLElement

The backdrop Element object, this can be manipulated much like any normal DOM element, some changes will be overwritten by options and internal methods.

Next

Types