|
Important
| The classic (V1) experience and V2 experience modes will be deprecated in an upcoming release in 2026. Therefore, ThoughtSpot recommends upgrading the UI experience of your full application embedding to the V3 experience. |
Customize home page experience
Developers can customize the home page experience in full application embedding to show either the classic layout or the new modular home page.
Home page layoutπ
In the classic (V1) experience, the home page has a static layout and does not support SDK modular customization settings.
In the V3 experience, the SDK provides the homePage attribute to set the desired home page layout:
-
homePage: HomePage.ModularWithStylingChanges
Enables the V3 modular home page experience with customizable components, styling options, and enhanced layout. -
homePage: HomePage.Modular
Enables the basic modular home page experience with customizable components.
After migrating from V2 to V3 experience, the home page experience shows the following changes:
-
The charts in the Watchlist module are arranged horizontally. Each chart includes menu actions to remove the KPI charts from the watchlist and create alerts, and allows drag-and-drop reordering.
-
The Trending module displays separate lists for Liveboards and Answers objects. Both these lists show the objects trending for the last 15 days, or based on the overall views, or both.
-
The Favorites module can be accessed from the left navigation panel.
-
Style and CSS improvements to the Learning module.
In both V2 and V3, the SDK allows customization to include or exclude modules, change their order, and adjust the overall layout.
Customization settings for home pageπ
The following customization settings are available for the modular home page in the V2 and V3 experience modes.
| SDK property | Classic (V1) experience | V2 experience | V3 experience |
|---|---|---|---|
| x Not supported | β Supported | β Supported |
| x Not supported | β Supported | β Supported |
| β Supported | β Supported | β Supported |
| β Supported | β Supported | β Supported |
| x Not supported | β Supported | β Supported |
| x Not supported | β Supported | β Supported |
Control the visibility of home page modulesπ
In the V2 and V3 experience modes, the home page includes sections such as Watchlist, Favorites, Library, Trending charts, and more. You can hide a specific section of the home page and reorder these modules as needed using the hiddenHomepageModules and reorderedHomepageModules configuration options in the embed SDK.
The hiddenHomepageModules and reorderedHomepageModules attributes support the following settings:
| Allowed values | Classic (V1) experience | V2 experience | V3 experience |
|---|---|---|---|
| x Not supported | β Supported |