Valhalla
TFDThoughtSpot For Developers
•Created by Valhalla on 5/15/2025 in #dev-help
Tim - Hello, I'm embedding a liveboard, and I a...
i am essentially replacing the TS loading state with my own but I need a signal of when to hide mine and show the board
5 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 5/15/2025 in #dev-help
Tim - Hello, I'm embedding a liveboard, and I a...
there's still a loading state while the embedded board loads regardless of if its empty or not
5 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 5/13/2025 in #dev-help
Tim - Hello 👋 I am embedding liveboards with d...
This isn't working for me. Its still white until the custom css is injected
3 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 4/9/2025 in #dev-help
Tim - Hello 👋 I'm trying to programmatically o...

9 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 4/9/2025 in #dev-help
Tim - Hello 👋 I'm trying to programmatically o...

9 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 4/9/2025 in #dev-help
Tim - Hello 👋 I'm trying to programmatically o...
are there any events I can use to control the explore modal?
9 replies
TFDThoughtSpot For Developers
•Created by ashish on 3/19/2025 in #dev-help
ashish - @everyone AMA is starting now, please ...
Thanks! Is there a sample that implements it using css vars?
7 replies
TFDThoughtSpot For Developers
•Created by ashish on 3/19/2025 in #dev-help
ashish - @everyone AMA is starting now, please ...
@ashish thank you for the demo and answering our questions today. I was unable to see the link Bryant posted. Can you forward it to me here? Thanks!
7 replies
TFDThoughtSpot For Developers
•Created by ashish on 3/19/2025 in #dev-help
ashish - @everyone AMA is starting now, please ...
The zoom chat is disabled btw
7 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 3/14/2025 in #dev-help
Tim - Hello 👋 I'm embedding a liveboard, and I...
Ok thanks it may have been an issue on my side. I'll try again with more simplified code in the next couple days. I'll let you know if I encounter any more issues
7 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 3/14/2025 in #dev-help
Tim - Hello 👋 I'm embedding a liveboard, and I...
Thanks @Aditya! I will go ahead and implement it this way then. The only problem is I have to deal with multiple toolbars. The TS toolbar has edit, and the more menu, etc, and my host app has the Add chart button. I would like to conslidate them into a single toolbar. Since I cannot use custom actions in TS, I must move the Edit button (and others) into my host application's toolbar. I see you provide host events to do this.
I have begun implementing this for Edit. I added an edit button to my host app that calls
embedRef?.current?.trigger(HostEvent.Edit)
. The problem I'm running into is sometimes clicking edit will cause the visualizations inside the liveboard to disappear. I have also added a save button so the user can save their changes. Clicking save calls embedRef?.current?.trigger(HostEvent.Save)
. This successfully saves the changes, but similarly also causes the visualizations to disappear until I refresh the page.
Have you run into this before? Am I missing something obvious? Do you have any code examples I could view?7 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 3/11/2025 in #dev-help
Tim - Heads up I'm unable to view the #announce...
Yes I can see it now. Thank you 😄
4 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 3/12/2025 in #dev-help
Tim - How can I delete a liveboard using the RE...
Exactly what I needed. Thank you 🙏
4 replies