Hi Team, do we have SpotIQ and Answers
Hi Team, do we have SpotIQ and Answers Reactjs embed components similar to LiveboardEmbed and SearchEmbed?
5 Replies
In our app we render individual pages separately. We can't render the whole app. cc: @utsav.kapoor
hi @Nikhil Kumaran S we do have answer embed ,
https://developers.thoughtspot.com/docs/Class_SearchEmbed https://developers.thoughtspot.com/docs/Interface_SearchViewConfig#_answerid
https://developers.thoughtspot.com/docs/Class_SearchEmbed https://developers.thoughtspot.com/docs/Interface_SearchViewConfig#_answerid
SearchEmbed
Embed ThoughtSpot search
SearchViewConfig
The configuration attributes for the embedded search view.
I meant these pages @Justin Mathew
You can achieve this by using Full App Embed and set page id as Page.Answers and Page.SpotIQ. You can also hide the navigation bar so your users cannot go to any other page using nav bar.
https://developers.thoughtspot.com/docs/full-app-customize#_pageid
You can play in developer playground to see more customizations
Customize full application embedding
Customize full application embedding
also if you want to use the same page you can also use
https://developers.thoughtspot.com/docs/Enumeration_HostEvent#_navigate
to switch between pages
HostEvent
Event types that can be triggered by the host application to the embedded ThoughtSpot app