LiveboardEmbed
AppEmbed
Actions Reference
- Liveboard (New experience)
- Visualizations on a Liveboard (New experience)
- Liveboard (Classic experience)
- Visualizations on a Liveboard (Classic experience)
- Answers
- Axis and column customization actions on charts and tables
- Liveboards list page (Full app embed only)
- Answers list page (Full app embed only)
- Data page (Full app embed only)
- Additional resources
ThoughtSpot visualizations, Liveboards, and saved search answers support several actions and menu commands for various user-initiated operations. The Visual Embed SDK maps these actions to a set of Action enumeration members and visibleActions
, disabledActions
, and hiddenActions
APIs for granular access control.
By default, ThoughtSpot provides a set of standard actions for embedded objects such as Liveboards, visualizations, and answers. The availability of these actions may vary based on user privileges, and the SDK library used for embedding.
Liveboard (New experience)π
The following actions are available for the embedded Liveboard objects:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| The Favorites (star) icon on a Liveboard page. |
|
| Edit |
| Add filters | |
|
| The filter configuration options in the Add Filters modal. |
|
| The Add Parameters option in the top panel of the Liveboard |
|
| Save |
|
| Share |
|
| Make a copy |
|
| Download as PDF |
|
| Present |
|
| Schedule |
|
| Manage schedules |
|
| Export TML |
|
| Update TML |
|
| Edit TML |
|
| Import TML |
|
| Show Liveboard details |
|
| Delete |
Visualizations on a Liveboard (New experience)π
The following actions are available for ThoughtSpot visualizations pinned to a Liveboard:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Explore |
|
| Alert icon |
|
| Edit |
|
| Pin |
|
| Show underlying data |
|
| Download
|
|
| Download > CSV |
|
| Download > XLSX |
|
| Download > PDF |
|
| Download > PNG |
|
| Present |
|
| SpotIQ analyze |
|
| Copy link |
|
| Delete |
|
| The Resize icons in the More actions menu. |
|
| The Sync to sheets action in the More actions menu. |
|
| The Sync to other apps action in the More actions menu. |
|
| The Manage pipelines action in the More actions menu. |
|
| Filter menu action in the left click menu on a visualization. |
|
| Remove filter option in the left-click menu on a visualization. |
|
| Drill down |
|
| Exclude |
|
| Include |
|
| Chart switching toggle |
Liveboard (Classic experience)π
The following actions are available for the embedded Liveboard objects:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| The Favorites (star) icon on a Liveboard page. |
|
| The edit icon on a Liveboard. |
|
| Request access |
|
| Schedule |
|
| Share |
|
| Save |
|
| Make a copy |
|
| Add filters |
|
| Configure filters |
|
| Download as PDF |
|
| Present |
|
| Manage schedules |
|
| Liveboard info |
|
| Edit TML |
|
| Import TML |
|
| Export TML |
|
| Update TML |
|
| Delete |
Visualizations on a Liveboard (Classic experience)π
The following actions are available for ThoughtSpot visualizations pinned to a Liveboard:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Explore |
|
| Alert icon |
|
| Pin |
|
| SpotIQ analyze |
|
| Share |
|
| Edit |
|
| The visualization title edit icon. |
|
| Present |
|
| Copy link |
|
| Download |
|
| Delete |
|
| The Resize icons in the More actions menu. |
|
| Drill down |
|
| Exclude |
|
| Include Allows you to include a specific data point on a search answer. Available as a contextual menu action. |
|
| Show underlying data |
|
| Chart toggle icon |
Answersπ
The following actions are available for saved answers and the answers generated using the embedded ThoughtSpot search component:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Choose sources option in the data panel on a Search page |
|
| Create formula option in the data panel on a Search page |
|
| Add Parameters option in the data panel on a Search page |
|
| Chart toggle icon |
|
| SpotIQ analyze |
|
| Share |
|
| Pin |
|
| The Query visualizer and Query SQL buttons in Query details
|
|
| Save |
|
| Download If you are using Visual Embed SDK version 1.21.0 or later, note the following behavior:
|
|
| Download > CSV |
|
| Download > XLSX |
|
| Download > PDF |
|
| Download > PNG |
|
| Show underlying data |
|
| Delete |
|
| The Sync to sheets action in the More actions menu. |
|
| The Sync to other apps action in the More actions menu. |
|
| The Manage pipelines action in the More actions menu. |
|
| Exclude |
|
| Include |
|
| Drill down |
|
| Copy to clipboard |
|
| Export TML |
|
| Edit TML |
|
| Import TML |
|
| Update TML |
Axis and column customization actions on charts and tablesπ
The SDK provides the following Action enumerations for the contextual menu actions available in the X and Y axis of a chart and column headers of a table in a Liveboard visualization or saved Answer.
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Aggregate option in the chart axis or the table column customization menu. Provides aggregation options to analyze the data on a chart or table. |
|
| Conditional formatting menu option |
Action.AxisMenuEdit |
| Edit action in the axis customization menu. |
|
| Filter action in the chart axis or table column customization menu. |
|
| Group option in the chart axis or table column customization menu. |
|
| Number format option to customize the format of the data labels on a chart or table. |
|
| Position option in axis customization menu. |
|
| Remove in the chart axis or table column customization menu. |
|
| Rename option in the chart axis or table column customization menu. |
|
| Sort option to sort the data in the ascending or descending order on a chart or table. |
|
| Text wrapping option on a table visualization. |
|
| Time bucket option in the chart axis or table column customization menu. |
Liveboards list page (Full app embed only)π
The following actions are available on the Liveboards page in the embedded view:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Share |
|
| Delete |
|
| The Favorites (star) icon on a Liveboard page. |
|
| Add filters |
|
| The filter configuration options in the Add Filters modal. |
Answers list page (Full app embed only)π
The following actions are available on the Answers page in the embedded view:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Share |
|
| Delete |
|
| The Favorites (star) icon on a Liveboard page. |
|
| Add filters |
|
| The filter configuration options in the Add Filters modal. |
Data page (Full app embed only)π
The following action enumerations are available for the menu actions on the Data page in the embedded view:
Action string in SDK | Required SDK library | Action label in the UI |
---|---|---|
|
| Share action on the Data > Home page |
|
| Delete action on the Data > Home and Data > Connections pages |
|
| Export TML action on the Data > Home page |
|
| Edit TML action on the Data > Home page |
Additional resourcesπ
-
For information about showing or hiding UI actions, see Show or hide actions.
-
See also Actions.