onEventEnded( )


A backend event that fires when a Wix event ends.

The onEventEnded() event handler runs when a Wix event ends. The received EndedEvent object contains information about the ended event.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventEndedEventRequired

Information about the event that has ended.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?