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
Nikhil Kumaran S
Nikhil Kumaran SOP5mo ago
In our app we render individual pages separately. We can't render the whole app. cc: @utsav.kapoor
Justin Mathew
Justin Mathew5mo ago
hi @Nikhil Kumaran S we do have answer embed ,
<SearchEmbed answerId="" />
<SearchEmbed 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.
Nikhil Kumaran S
Nikhil Kumaran SOP5mo ago
I meant these pages @Justin Mathew
No description
No description
utsav.kapoor
utsav.kapoor5mo ago
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
Justin Mathew
Justin Mathew5mo ago
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

Did you find this page helpful?