srirrr@344
TFDThoughtSpot For Developers
•Created by srirrr@344 on 4/7/2025 in #dev-help
srirrr@344 - Hi team, is there a way to get the...
the embedding is done in the same way
7 replies
TFDThoughtSpot For Developers
•Created by srirrr@344 on 4/7/2025 in #dev-help
srirrr@344 - Hi team, is there a way to get the...
yes
7 replies
TFDThoughtSpot For Developers
•Created by srirrr@344 on 4/7/2025 in #dev-help
srirrr@344 - Hi team, is there a way to get the...
It works in our playground but doesn't work from our Embedded App. I'm trying this in the latest SDK version - 1.36.8
7 replies
TFDThoughtSpot For Developers
•Created by srirrr@344 on 4/7/2025 in #dev-help
srirrr@344 - Hi team, is there a way to get the...
The Data APIs didn't work - it only returns the visualized columns here. Using the AnswerService class gives me this error "Property 'answerService' does not exist on type 'MessagePayload'"
embed.on(EmbedEvent.CustomAction, payload => {
const data = payload.data;
if (payload.data.id === 'send-data') {
console.log(payload.answerService);
payload.answerService.getUnderlyingDataForPoint(payload.data.contextMenuPoints.selectedPoints);
} })
} })
7 replies
TFDThoughtSpot For Developers
•Created by srirrr@344 on 3/28/2025 in #dev-help
srirrr@344 - Hi Team, I'm running into issues d...
It was related to the iconspriteURL being set in the during the SDK initialization. Not sure what was causing it, but I have a workaround for now. Will mark this as the solution. Thank you for the inputs!
5 replies