Action

Action

Table of Contents

ThoughtSpot application pages include actions and menu commands for various user-initiated operations. These actions are represented as enumeration members in the SDK. To show, hide, or disable specific actions in the embedded view, define the Action enumeration members in the disabledActions, visibleActions, or hiddenActions array.

const embed = new LiveboardEmbed('#embed-container', {
   ... // other options
   visibleActions: [Action.Save, Action.Edit, Action.Present, ActionAction.Explore],
   disabledActions: [Action.Download],
   //hiddenActions: [], // Set either this or visibleActions
})
const embed = new LiveboardEmbed('#embed-container', {
   ... // other options
   //visibleActions: [],
   disabledActions: [Action.Download],
   hiddenActions: [Action.Edit, ActionAction.Explore],
})

Index🔗

Enumeration members🔗

AIHighlights🔗

AIHighlights:= "AIHighlights"

The AI Highlights action on a Liveboard.

Defined in : types.ts

Version : SDK: 1.27.10 | ThoughtSpot Cloud: 9.12.5.cl

hiddenAction: [Action.AIHighlights]

AddColumnSet🔗

AddColumnSet:= "addSimpleCohort"

The Add Column Set action on a Answer. Allows adding column sets to a Answer.

Defined in : types.ts

Version : SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw

disabledActions: [Action.AddColumnSet]

AddDataPanelObjects🔗

AddDataPanelObjects:= "addDataPanelObjects"

The Add Data Panel Objects action on the data panel v2. Allows to show action menu to add different objects (such as formulas, Parameters) in data panel new experience.

Defined in : types.ts

Version : SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw

disabledActions: [Action.AddDataPanelObjects]

AddFilter🔗

AddFilter:= "addFilter"

The Add filter action on a Liveboard page. Allows adding filters to visualizations on a Liveboard.

Defined in : types.ts

disabledActions: [Action.AddFilter]

AddFormula🔗

AddFormula:= "addFormula"

The Create formula action on a Search or Answer page. Allows adding formulas to an Answer.

Defined in : types.ts

disabledActions: [Action.AddFormula]

AddParameter🔗

AddParameter:= "addParameter"

The Add parameter action on a Liveboard or Answer. Allows adding Parameters to a Liveboard or Answer.

Defined in : types.ts

disabledActions: [Action.AddParameter]

AddQuerySet🔗

AddQuerySet:= "addAdvancedCohort"

The Add Query Set action on a Answer. Allows adding query sets to a Answer.

Defined in : types.ts

Version : SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw

disabledActions: [Action.AddQuerySet]

AddTab🔗

AddTab:= "addTab"

The Add Tab action on a Liveboard. Allows adding a new tab to a Liveboard view.

Defined in : types.ts

Version : SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw

disabledActions: [Action.AddTab]

AddToFavorites🔗

AddToFavorites:= "addToFavorites"

The Favorites icon (*) for Answers, Liveboard, and data objects like Worksheet, Model, Tables and Views. Allows adding an object to the user’s favorites list.

Defined in : types.ts

Version : SDK: 1.9.0 | ThoughtSpot: 8.1.0.cl, 8.4.1.sw

disabledActions: [Action.AddToFavorites]

AddToWatchlist🔗

AddToWatchlist:= "addToWatchlist"

The Add KPI to Watchlist action on Home page watchlist. Adds a KPI chart to the watchlist on the Home page.

Defined in : types.ts

Version : SDK : 1.27.9 | ThoughtSpot Cloud: 9.12.5.cl

disabledActions: [Action.AddToWatchlist]

AnswerChartSwitcher🔗

AnswerChartSwitcher:= "answerChartSwitcher"

The chart switcher icon on Answer page and visualizations in edit mode. Allows switching to the table or chart mode when editing a visualization.

Defined in : types.ts

Version : SDK: 1.9.0 | ThoughtSpot: 8.1.0.cl, 8.4.1.sw

disabledActions: [Action.AnswerChartSwitcher]

AnswerDelete🔗

AnswerDelete:= "onDeleteAnswer"

The Delete action for Answers in the full application embedding mode.

Defined in : types.ts

Version : SDK: 1.9.0 | ThoughtSpot: 8.1.0.cl, 8.4.1.sw

disabledActions: [Action.AnswerDelete]

AskAi🔗

AskAi:= "AskAi"

The Ask Sage action for Answers and visualizations. Allows initiating a Natural Language Search query.

Defined in : types.ts

Version : SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl

hiddenAction: [Action.AskAi]

AxisMenuAggregate🔗

AxisMenuAggregate:= "axisMenuAggregate"

The Aggregate option in the chart axis or the table column customization menu. Provides aggregation options to analyze the data on a chart or table.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuAggregate]

AxisMenuConditionalFormat🔗

AxisMenuConditionalFormat:= "axisMenuConditionalFormat"

The Conditional formatting action on chart or table. Allows adding rules for conditional formatting of data points on a chart or table.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuConditionalFormat]

AxisMenuEdit🔗

AxisMenuEdit:= "axisMenuEdit"

The Edit action in the axis customization menu. Allows editing the axis name, position, minimum and maximum values, and format of a column.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuEdit]

AxisMenuFilter🔗

AxisMenuFilter:= "axisMenuFilter"

The Filter action in the chart axis or table column customization menu. Allows adding, editing, or removing filters.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuFilter]

AxisMenuGroup🔗

AxisMenuGroup:= "axisMenuGroup"

The Group option in the chart axis or table column customization menu. Allows grouping data points if the axes use the same unit of measurement and a similar scale.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuGroup]

AxisMenuNumberFormat🔗

AxisMenuNumberFormat:= "axisMenuNumberFormat"

The Number format action to customize the format of the data labels on a chart or table.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuNumberFormat]

AxisMenuPosition🔗

AxisMenuPosition:= "axisMenuPosition"

The Position option in the axis customization menu. Allows changing the position of the axis to the left or right side of the chart.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuPosition]

AxisMenuRemove🔗

AxisMenuRemove:= "axisMenuRemove"

The Remove action in the chart axis or table column customization menu. Removes the data labels from a chart or the column of a table visualization.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuRemove]

AxisMenuRename🔗

AxisMenuRename:= "axisMenuRename"

The Rename option in the chart axis or table column customization menu. Renames the axis label on a chart or the column header on a table.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuRename]

AxisMenuSort🔗

AxisMenuSort:= "axisMenuSort"

The Sort menu action on a table or chart axis Sorts data in ascending or descending order. Allows adding, editing, or removing filters.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuConditionalFormat]

AxisMenuTextWrapping🔗

AxisMenuTextWrapping:= "axisMenuTextWrapping"

The Text wrapping action on a table. Wraps or clips column text on a table.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuTextWrapping]

AxisMenuTimeBucket🔗

AxisMenuTimeBucket:= "axisMenuTimeBucket"

The Time bucket option in the chart axis or table column customization menu. Allows defining time metric for date comparison.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.AxisMenuTimeBucket]

ChangeFilterVisibilityInTab🔗

ChangeFilterVisibilityInTab:= "changeFilterVisibilityInTab"

Action ID to show, hide, or disable filters in a Liveboard tab.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.ChangeFilterVisibilityInTab]

ChooseDataSources🔗

ChooseDataSources:= "chooseDataSources"

The Choose sources button on Search page. Allows selecting data sources for search queries.

Defined in : types.ts

disabledActions: [Action.ChooseDataSources]

CollapseDataPanel🔗

CollapseDataPanel:= "collapseDataPanel"

The Collapse data panel icon on the Search page. Collapses the data panel view.

Defined in : types.ts

version: : SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl, 10.7.0.sw

disabledActions: [Action.CollapseDataPanel]

CollapseDataSources🔗

CollapseDataSources:= "collapseDataSources"

The Collapse data sources icon on the Search page. Collapses the panel showing data sources.

Defined in : types.ts

disabledActions: [Action.CollapseDataPanel]

version: : SDK: 1.1.0 | ThoughtSpot Cloud: ts7.may.cl, 8.4.1.sw

ConfigureFilter🔗

ConfigureFilter:= "configureFilter"

Filter configuration options on a Liveboard page. Allows configuring filters on a Liveboard.

Defined in : types.ts

disabledActions: [Action.ConfigureFilter]

CopyAndEdit🔗

CopyAndEdit:= "context-menu-item-copy-and-edit"

Defined in : types.ts

CopyLink:= "embedDocument"

The Copy link menu action on a Liveboard visualization. Copies the visualization URL

Defined in : types.ts

disabledActions: [Action.CopyLink]

CopyToClipboard🔗

CopyToClipboard:= "context-menu-item-copy-to-clipboard"

The Copy to clipboard menu action on tables in an Answer or Liveboard. Copies the selected data point.

Defined in : types.ts

disabledActions: [Action.CopyToClipboard]

CreateLiveboard🔗

CreateLiveboard:= "createLiveboard"

The *Create Liveboard action on the Liveboards page and the Pin modal. Allows users to create a Liveboard.

Defined in : types.ts

Version : SDK: 1.32.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw

hiddenAction: [Action.CreateLiveboard]
disabledActions: [Action.CreateLiveboard]

CreateMonitor🔗

CreateMonitor:= "createMonitor"

The Create alert action for KPI charts. Allows users to schedule threshold-based alerts for KPI charts.

Defined in : types.ts

Version : SDK: 1.11.0 | ThoughtSpot: 8.3.0.cl, 8.4.1.sw

disabledActions: [Action.CreateMonitor]

CrossFilter🔗

CrossFilter:= "context-menu-item-cross-filter"

The Filter action on Liveboard visualizations. Allows users to apply cross-filters on a Liveboard.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.8.0.sw

disabledActions: [Action.CrossFilter]

DeletePreviousPrompt🔗

DeletePreviousPrompt:= "deletePreviousPrompt"

Action ID for hide or disable the previous prompt deletion option in Spotter.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.DeletePreviousPrompt]

DeleteScheduleHomepage🔗

DeleteScheduleHomepage:= "deleteScheduleHomepage"

The Delete action on the *Liveboard Schedules page. Deletes a Liveboard schedule.

Defined in : types.ts

Version : SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl

disabledActions: [Action.DeleteScheduleHomepage]

DisableChipReorder🔗

DisableChipReorder:= "disableChipReorder"

Action ID for disabling chip reorder in Answer and Liveboard

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

const disabledActions = [Action.DisableChipReorder]

Download🔗

Download:= "download"

The Download menu action on Liveboard visualizations and Answers. Allows downloading a visualization or Answer.

Defined in : types.ts

disabledActions: [Action.DownloadAsPng]

DownloadAsCsv🔗

DownloadAsCsv:= "downloadAsCSV"

The Download > CSV menu action for tables on a Liveboard or Answer page. Downloads a visualization or Answer in the XLSX format.

Defined in : types.ts

disabledActions: [Action.DownloadAsCsv]

DownloadAsPdf🔗

DownloadAsPdf:= "downloadAsPdf"

The Download PDF action that downloads a Liveboard, visualization, or Answer as a PDF file.

NOTE: The Download > PDF action is available on visualizations and Answers if the data is in tabular format.

Defined in : types.ts

disabledActions: [Action.DownloadAsPdf]

DownloadAsPng🔗

DownloadAsPng:= "downloadAsPng"

The Download > PNG menu action for charts on a Liveboard or Answer page. Downloads a visualization or Answer as a PNG file.

Defined in : types.ts

disabledActions: [Action.DownloadAsPng]

DownloadAsXlsx🔗

DownloadAsXlsx:= "downloadAsXLSX"

The Download > XLSX menu action for tables on a Liveboard or Answer page. Downloads a visualization or Answer in the XLSX format.

Defined in : types.ts

disabledActions: [Action.DownloadAsXlsx]

DrillDown🔗

DrillDown:= "DRILL"

The Drill down menu action on Answers and Liveboard visualizations. Allows drilling down to a specific data point on a chart or table.

Defined in : types.ts

disabledActions: [Action.DrillDown]

DrillExclude🔗

DrillExclude:= "context-menu-item-exclude"

The action to exclude data points on a drilled-down Answer or visualization

Defined in : types.ts

disabledActions: [Action.DrillInclude]

DrillInclude🔗

DrillInclude:= "context-menu-item-include"

The action to include data points on a drilled-down Answer or visualization

Defined in : types.ts

disabledActions: [Action.DrillInclude]

Edit🔗

Edit:= "edit"

The Edit action on the Liveboard page and in the visualization menu. Opens a Liveboard or visualization in edit mode.

Defined in : types.ts

disabledActions: [Action.Edit]

EditACopy🔗

EditACopy:= "editACopy"

The Copy and Edit action on a Liveboard. This action is now replaced with Action.MakeACopy.

Defined in : types.ts

disabledActions: [Action.EditACopy]

EditDetails🔗

EditDetails:= "editDetails"

The edit icon on Liveboards (Classic experience).

Defined in : types.ts

Version : SDK: 1.9.0 | ThoughtSpot: 8.1.0.cl, 8.4.1.sw

disabledActions: [Action.EditDetails]

EditMeasure🔗

EditMeasure:= "context-menu-item-edit-measure"

Defined in : types.ts

EditPreviousPrompt🔗

EditPreviousPrompt:= "editPreviousPrompt"

Action ID for hide or disable the previous prompt edit option in Spotter.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.EditPreviousPrompt]

EditSageAnswer🔗

EditSageAnswer:= "editSageAnswer"

Action ID to hide or disable the edit option for the results generated from the Natural Language Search query.

Defined in : types.ts

Version : SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl

disabledActions: [Action.EditSageAnswer]

EditScheduleHomepage🔗

EditScheduleHomepage:= "editScheduleHomepage"

The Edit action on the Liveboard Schedules page (new Homepage experience). Allows editing Liveboard schedules.

Defined in : types.ts

Version : SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl

disabledActions: [Action.EditScheduleHomepage]

EditTML🔗

EditTML:= "editTSL"

The Edit TML menu action for Liveboards and Answers. Opens the TML editor.

Defined in : types.ts

disabledActions: [Action.EditTML]

EditTitle🔗

EditTitle:= "editTitle"

The text edit option for Liveboard and visualization titles.

Defined in : types.ts

disabledActions: [Action.EditTitle]

EditTokens🔗

EditTokens:= "editTokens"

Action ID for hide/disable edit of tokens on spotter results.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.EditTokens]

EnableContextualChangeAnalysis🔗

EnableContextualChangeAnalysis:= "enableContextualChangeAnalysis"

Initiates contextual change analysis on KPI charts.

Defined in : types.ts

Version : SDK: 1.25.0 | ThoughtSpot Cloud: 9.6.0.cl

disabledActions: [Action.EnableContextualChangeAnalysis]

Explore🔗

Explore:= "explore"

The Explore action on Liveboard visualizations

Defined in : types.ts

disabledActions: [Action.Explore]

ExportTML🔗

ExportTML:= "exportTSL"

The Export TML menu action on Liveboard, Answers Worksheets and Data Connections page. Exports an object as a TML file.

Defined in : types.ts

disabledActions: [Action.ExportTML]

ImportTML🔗

ImportTML:= "importTSL"

The Import TML menu action for Liveboards and Answers. Imports TML representation of ThoughtSpot objects.

Defined in : types.ts

disabledActions: [Action.ImportTML]

KPIAnalysisCTA🔗

KPIAnalysisCTA:= "kpiAnalysisCTA"

The Analyze CTA action on KPI chart.

Defined in : types.ts

Version : SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl

disabledActions: [Action.KPIAnalysisCTA]

LiveboardInfo🔗

LiveboardInfo:= "pinboardInfo"

The Show Liveboard details menu action on a Liveboard. Displays details such as the name, description, and author of the Liveboard, and timestamp of Liveboard creation and update.

Defined in : types.ts

disabledActions: [Action.LiveboardInfo]

LiveboardUsers🔗

LiveboardUsers:= "liveboardUsers"

Action ID for show or hide the user details on a Liveboard (Recently visited / social proof)

Defined in : types.ts

Version : SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw

disabledActions: [Action.LiveboardUsers]

MakeACopy🔗

MakeACopy:= "makeACopy"

The Make a copy action on a Liveboard or Answer page. Creates a copy of the Liveboard. In LiveboardEmbed, the Make a copy action is not available for visualizations in the embedded Liveboard view. In AppEmbed, the Make a copy action is available on both Liveboards and visualizations.

Defined in : types.ts

disabledActions: [Action.MakeACopy]

ManageMonitor🔗

ManageMonitor:= "manageMonitor"

The Manage Alerts menu action on KPI visualizations. Allows creating, viewing, and editing monitor alerts for a KPI chart.

Defined in : types.ts

disabledActions: [Action.ManageMonitor]

ManagePipelines🔗

ManagePipelines:= "manage-pipeline"

The Manage pipelines action on Answers and Liveboard visualizations. Allows users to manage data sync pipelines to third-party apps.

Defined in : types.ts

Version : SDK: 1.18.0| ThoughtSpot: 8.10.0.cl, 9.0.1.sw

disabledActions: [Action.SyncToOtherApps]

ManageTags🔗

ManageTags:= "manageTags"

The Manage Tags action on Homepage Favourite Module.

Defined in : types.ts

Version : SDK : 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl

disabledActions: [Action.ManageTags]

MarkAsVerified🔗

MarkAsVerified:= "markAsVerified"

Allows users to mark a Liveboard as verified.

Defined in : types.ts

Version : SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw

disabledActions: [Action.MarkAsVerified]

ModifySageAnswer🔗

ModifySageAnswer:= "modifySageAnswer"

Defined in : types.ts

Version : SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl

disabledActions: [Action.ModifySageAnswer]

MoveToTab🔗

MoveToTab:= "onContainerMove"

The Move to Tab menu action on visualizations in Liveboard edit mode. Allows moving a visualization to a different tab.

Defined in : types.ts

disabledActions: [Action.MoveToTab]

OrganiseFavourites🔗

OrganiseFavourites:= "organiseFavourites"

The Organize Favourites action on Homepage Favorites module.

Defined in : types.ts

Version : SDK : 1.32.0 | ThoughtSpot: 10.0.0.cl

disabledActions: [Action.OrganiseFavourites]

PauseScheduleHomepage🔗

PauseScheduleHomepage:= "pauseScheduleHomepage"

The Pause action on the Liveboard Schedules page Pauses a scheduled Liveboard job.

Defined in : types.ts

Version : SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl

disabledActions: [Action.PauseScheduleHomepage]

PersonalisedViewsDropdown🔗

PersonalisedViewsDropdown:= "personalisedViewsDropdown"

The Liveboard Personalised Views dropdown. Allows navigating to a personalized Liveboard View.

Defined in : types.ts

Version : SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw

disabledActions: [Action.PersonalisedViewsDropdown]

Pin🔗

Pin:= "pin"

The Pin menu action on an Answer or Search results page.

Defined in : types.ts

disabledActions: [Action.Pin]

Present🔗

Present:= "present"

The Present menu action for Liveboards and Answers. Allows presenting a Liveboard or visualization in slideshow mode.

Defined in : types.ts

disabledActions: [Action.Present]

PreviewDataSpotter🔗

PreviewDataSpotter:= "previewDataSpotter"

The Preview data button on the Spotter interface. Allows previewing the data used for Spotter queries.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.PreviewDataSpotter]

QueryDetailsButtons🔗

QueryDetailsButtons:= "queryDetailsButtons"

The Query visualizer and Query SQL buttons in Query details panel of the Answer page.

Query visualizer - Displays the tables and filters used in a search query. Query SQL - Displays the SQL statements used in a search query to fetch data.

Defined in : types.ts

disabledActions: [Action.QueryDetailsButtons]

Remove🔗

Remove:= "delete"

The Delete menu action on Liveboards and visualizations. Deletes a Liveboard or a visualization from a Liveboard.

Defined in : types.ts

disabledActions: [Action.Remove]

RemoveCrossFilter🔗

RemoveCrossFilter:= "context-menu-item-remove-cross-filter"

The Remove action that appears when cross filters are applied on a Liveboard. Removes filters applied o a visualization.

Defined in : types.ts

Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw

disabledActions: [Action.RemoveCrossFilter]

RemoveFromWatchlist🔗

RemoveFromWatchlist:= "removeFromWatchlist"

The Remove from watchlist menu action on KPI watchlist. Removes a KPI chart from the watchlist on the Home page.

Defined in : types.ts

Version : SDK : 1.27.9 | ThoughtSpot: 9.12.5.cl

disabledActions: [Action.RemoveFromWatchlist]

RenameModalTitleDescription🔗

RenameModalTitleDescription:= "renameModalTitleDescription"

The Rename menu action on Liveboards and visualizations. Allows renaming a Liveboard or visualization.

Defined in : types.ts

Version : SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl, 9.8.0.sw

disabledActions: [Action.RenameModalTitleDescription]

ReportError🔗

ReportError:= "reportError"

Defined in : types.ts

Version : SDK: 1.11.1 | ThoughtSpot: 8.3.0.cl, 8.4.1.sw

Deprecated : Reports errors

disabledActions: [Action.ReportError]

RequestAccess🔗

RequestAccess:= "requestAccess"

The request access action on Liveboards. Allows users with view permissions to request edit access to a Liveboard.

Defined in : types.ts

disabledActions: [Action.RequestAccess]

RequestVerification🔗

RequestVerification:= "requestVerification"

The Request verification action on a Liveboard. Initiates a request for Liveboard verification.

Defined in : types.ts

Version : SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw

disabledActions: [Action.RequestVerification]

ResetSpotterChat🔗

ResetSpotterChat:= "resetSpotterChat"

The Reset link on the Spotter interface. Resets the conversation with Spotter.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.ResetSpotterChat]

SageAnswerFeedback🔗

SageAnswerFeedback:= "sageAnswerFeedback"

The feedback widget for AI-generated Answers. Allows users to send feedback on the Answers generated from a Natural Language Search query.

Defined in : types.ts

Version : SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl

disabledActions: [Action.SageAnswerFeedback]

Save🔗

Save:= "save"

The Save action on an Answer or Liveboard. Allows users to save the changes.

Defined in : types.ts

disabledActions: [Action.Save]

SaveAsView🔗

SaveAsView:= "saveAsView"

The Save as View action on the Answer page. Saves an Answer as a View object in the full application embedding mode.

Defined in : types.ts

disabledActions: [Action.SaveAsView]

Schedule🔗

Schedule:= "subscription"

The Schedule menu action on a Liveboard. Allows scheduling a Liveboard job, for example, sending periodic notifications.

Defined in : types.ts

disabledActions: [Action.Schedule]

SchedulesList🔗

SchedulesList:= "schedule-list"

The Manage schedules menu action on a Liveboard. Allows users to manage scheduled Liveboard jobs.

Defined in : types.ts

disabledActions: [Action.SchedulesList]

Separator🔗

Separator:= "context-menu-item-separator"

Defined in : types.ts

Share🔗

Share:= "share"

The Share action on a Liveboard, Answer, or Worksheet. Allows users to share an object with other users and groups.

Defined in : types.ts

disabledActions: [Action.Share]

ShareViz🔗

ShareViz:= "shareViz"

Defined in : types.ts

ShowSageQuery🔗

ShowSageQuery:= "showSageQuery"

Action ID to hide or disable Natural Language Search query.

Defined in : types.ts

Version : SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl

disabledActions: [Action.ShowSageQuery]

ShowUnderlyingData🔗

ShowUnderlyingData:= "showUnderlyingData"

The Show underlying data menu action on a visualization or Answer page. Displays detailed information and raw data for a given visualization.

Defined in : types.ts

disabledActions: [Action.ShowUnderlyingData]

SpotIQAnalyze🔗

SpotIQAnalyze:= "spotIQAnalyze"

The SpotIQ analyze menu action on a visualization or Answer page.

Defined in : types.ts

disabledActions: [Action.SpotIQAnalyze]

SpotterFeedback🔗

SpotterFeedback:= "spotterFeedback"

Action ID for hide or disable the Spotter feedback widget.

Defined in : types.ts

Version : SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl

hiddenAction: [Action.SpotterFeedback]

Subscription🔗

Subscription:= "subscription"

The Schedule menu action on a Liveboard. Allows scheduling a Liveboard job.

Defined in : types.ts

disabledActions: [Action.Subscription]

SyncToOtherApps🔗

SyncToOtherApps:= "sync-to-other-apps"

The Sync to other apps action on Answers and Liveboard visualizations. Allows sending data to third-party apps like Slack, Salesforce, Microsoft Teams, and so on.

Defined in : types.ts

Version : SDK: 1.18.0| ThoughtSpot: 8.10.0.cl, 9.0.1.sw

disabledActions: [Action.SyncToOtherApps]

SyncToSheets🔗

SyncToSheets:= "sync-to-sheets"

The Sync to sheets action on Answers and Liveboard visualizations. Allows sending data to a Google Sheet.

Defined in : types.ts

Version : SDK: 1.18.0| ThoughtSpot: 8.10.0.cl, 9.0.1.sw

disabledActions: [Action.SyncToSheets]

SyncToSlack🔗

SyncToSlack:= "syncToSlack"

The Sync to Slack action on Liveboard visualizations. Allows sending data to third-party apps Slack

Defined in : types.ts

Version : @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl

disabledActions: [Action.SyncToSlack]

SyncToTeams🔗

SyncToTeams:= "syncToTeams"

The Sync to Teams action on Liveboard visualizations. Allows sending data to third-party apps Team

Defined in : types.ts

Version : @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl

disabledActions: [Action.SyncToTeams]

TML🔗

TML:= "tml"

Action ID for the Parent TML action The parent action TML must be included to access TML-related options within the cascading menu (specific to the answer page)

Defined in : types.ts

Version : SDK : 1.28.3 | ThoughtSpot: 9.12.0.cl, 10.1.0.sw

// to include specific TML actions
visibleActions: [Action.TML, Action.ExportTML, Action.EditTML]
hiddenAction: [Action.TML] // hide all TML actions
disabledActions: [Action.TML] // to disable all TML actions

ToggleSize🔗

ToggleSize:= "toggleSize"

The tile resize options in the visualization menu. Allows switching between different preset layouts.

Defined in : types.ts

disabledActions: [Action.ToggleSize]

UnsubscribeScheduleHomepage🔗

UnsubscribeScheduleHomepage:= "unsubscribeScheduleHomepage"

Action ID to hide or disable the unsubscribe option for Liveboard schedules.

Defined in : types.ts

Version : SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl

disabledActions: [Action.UnsubscribeScheduleHomepage]

UpdateTML🔗

UpdateTML:= "updateTSL"

The Update TML menu action for Liveboards and Answers. Update TML representation of ThoughtSpot objects.

Defined in : types.ts

disabledActions: [Action.UpdateTML]

VerifiedLiveboard🔗

VerifiedLiveboard:= "verifiedLiveboard"

Action ID for to hide or disable the Verified Liveboard banner.

Defined in : types.ts

Version : SDK: 1.29.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw

hiddenAction: [Action.VerifiedLiveboard]

ViewScheduleRunHomepage🔗

ViewScheduleRunHomepage:= "viewScheduleRunHomepage"

The View run history action Liveboard Schedules page. Allows viewing schedule run history.

Defined in : types.ts

Version : SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl

disabledActions: [Action.ViewScheduleRunHomepage]