Interface BusEventTourStep

Fired when a new step is shown to the user. This could be caused by a tour starting/restarting, the user clicking the next or previous buttons within the tour, or by a developer calling the goToNextStep or goToStep instance methods. Purposefully not firing this event when a tour is resumed.

interface BusEventTourStep {
    step: TourStepGenericItem;
    type: TOUR_STEP;
}

Hierarchy (View Summary, Expand)

Properties

Properties

The details of the new step item.

type: TOUR_STEP

The type of this event.

MMNEPVFCICPMFPCPTTAAATR