Search/RoomList
Triggered when Roomstay loads available rooms after a user completes a search for availability on a selected hotel.
roomstay.events.on('Search/Guest', (event: RoomListSearchEvent) => {
console.log(`Current search completed has the following details: ${event.SearchParameters} and has returned the following rooms: ${event.RoomListSearch[]`)
})
SearchParameters
Search parameters provided by the user during the booking process.
Type: SearchParameters
RoomListSearch
List of rooms loaded in Roomstay as a result of a search by the user.
Type: RoomListSearch
[]