Event System
Page
Hotel View

View/Hotel

Triggered when user reaches the Hotel step, to select their preferred hotel to book with.

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