Listening for filter events from an embedded Birst application in web pages

A web page can listen for events that occur in a Birst application that is embedded in the web page.

The code for a web page that embeds Birst is essentially the same as the previous scenario. In this case, the e.data.operation can be setFilters or drillToDashboard.

Example code for drillToDashboard:


	e.data={operation:'drillToDashboard', drillAcross:{ dashboard:'Overview', page:'Freight' } };