Event System
Page
Date View

View/Date

Triggered when user reaches the Date step, to select their preferred checkin and checkout dates.

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