Interface BusEventTourEnd

Fired when the tour is ended by clicking the done button at the end of the tour. Purposefully not firing this event when the close button is clicked or the endTour instance method is used.

interface BusEventTourEnd {
    reason: DONE_CLICKED;
    type: TOUR_END;
}

Hierarchy (View Summary, Expand)

Properties

Properties

reason: DONE_CLICKED

The reason for the tour ending.

type: TOUR_END

The type of this event.

MMNEPVFCICPMFPCPTTAAATR