This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a reservation location is updated.
function onReservationLocationCreated(handler: function): void;
handler(event: ReservationLocationCreatedEnvelope): void | Promise<void>
import { reservationLocations } from "@wix/table-reservations";
reservationLocations.onReservationLocationCreated((event) => {
// handle your event here
});