onEventStarted( )


A backend event that fires when a Wix event starts.

The onEventStarted() event handler runs when a Wix event starts. The received StartedEvent object contains information about the started event.

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

Method Declaration
Copy
Method Parameters
eventStartedEventRequired

Information about the event that has started.

Errors

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

Did this help?