Custom JS Events
Overview
Listen for custom JS events sent by Explo in your app
Web Component
Explo uses the CustomEvent spec to fire our own events when certain things happen in the app that you might want to respond to in your app.
How do I interact with Custom JS events?
Add an event listener in your app to respond to any of the available events listed on this page.
Be sure to clean up the event listener when you’re done with it.
Iframe
For Iframes, Explo uses the PostMessage spec to fire the events
How do I interact with Custom JS events?
Add an event listener in your app to respond to the events listed on this page.
Just make sure you clean up the event listener when you’re done with it.