Event System
Page
Hotel Info View

View/HotelInfo

Triggered when user reaches the Hotel Info step, to view extended information on their selected hotel.

roomstay.events.on('View/HotelInfo', (event: StepHotelInfoViewEvent) => {
  console.log("You are in the Hotel Info View Page")
})