Hierarchy

  • TourPowers

Index

Methods

Static getTourState

  • getTourState(tourKey: string): Promise<TourState | null>
  • Gets the state of the tour with the provided key for the current user.

    Parameters

    • tourKey: string

    Returns Promise<TourState | null>

Static isTourUpdateEvent

  • isTourUpdateEvent(): Promise<boolean>
  • Checks whether the current event is a tour update, and if so, updates the status of the current tour for the current user.

    Returns Promise<boolean>

Generated using TypeDoc