This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when an operation is created.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when an operation is deleted.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when an operation is updated.
function wixRestaurantsOperations_onOperationUpdated(
event: OperationUpdated,
): void;
export function wixRestaurantsOperations_onOperationUpdated(event) {
const eventId = event.metadata.id;
const entityId = event.entity._id;
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.