Use Cases for Tableau Next Embedding
These use cases show end-to-end examples of functionality for your embedding code.
For embedded components, perform interactive operations only after the component has rendered. Alternatively, you can use the COMPONENT_LOADED
event, performing operations within its callback.
This example shows how to get the list of filters for a dashboard when the dashboard component loads.
This example shows how to listen for the UPDATED_FILTERS
event and apply the updated filter to the dashboard.
This example shows how to get the list the pages for a dashboard and then render that dashboard page.