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.

Was this helpful?
Yes
No