Functions exposed by the layer library

Here is a list of functions available in the window of the page where the AS layer is installed.

Events emitted by the layer library

Here is a list of events generated by the library that can be intercepted by attaching a listener to a specific component.

var websiteSearchBar= document.getElementById('accelasearch-bar-container-container');
websiteSearchBar.addEventListener('EVENT_NAME',(evt)=>{console.log(evt.detail);})
document.body.addEventListener('EVENT_NAME',(evt)=>{console.log(evt.detail);})