Events
Page
Find Reservation View

View/FindReservation

Triggered when a user reaches the Find Reservation step, where they can enter their reservation ID and email address to retrieve data related to their reservation.

roomstay.events.on(
  'View/FindReservation',
  (event: StepFindReservationViewEvent) => {
    console.log('You are in the Find Reservation View Page')
  }
)