Custom menu and navigation elements
If you want to embed specific pages of the ThoughtSpot application, you can embed individual components such as LiveboardEmbed, SpotterEmbed, or SearchEmbed rather than full application embedding. The full application embed is a relatively fixed and unified application shell, while individual component embeds offer more granular and isolated control.
If you choose to embed individual components with specific pages, your embedding app may require custom menus, navigation elements with routes for pages and ThoughtSpot REST API integration to programmatically manage interaction and navigation between these pages.
|
Note
|
Mixing full application embedding with other embed components, such as |
See the code example on GitHub for a complete implementation using the V2.0 REST API to power navigation components in an embedded application.