Reservations Banner Params


Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin’s functionality. Learn how to interact with and retrieve parameters from the dashboard page.

Plugin Params
currentReservationLocationReservationLocationSlotProps

Object containing information about the reservation location whose reservations are currently being displayed.


requestsArray<ReservationSlotProps>

Array of objects containing information about the requested reservations on the currently selected date. These are also displayed in the table below the widget.


reservationsArray<ReservationSlotProps>

Array of objects containing information about each reservation on the currently selected date. These are also displayed in the table below the widget.

Did this help?