Event System
Page
Find Reservation View

View/FindReservation

Triggered when 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")
})