View/Date
Triggered when a user reaches the Date step, to select their preferred check-in and check-out dates.
roomstay.events.on('View/Date', (event: StepDateViewEvent) => {
console.log('You are in the Date Selection View Page')
})
View/Date
Triggered when a user reaches the Date step, to select their preferred check-in and check-out dates.
roomstay.events.on('View/Date', (event: StepDateViewEvent) => {
console.log('You are in the Date Selection View Page')
})