const embed = new LiveboardEmbed('#tsEmbed', {
... //other embed view config
visibleActions: [Action.Save, Action.Edit, Action.Present, ActionAction.Explore],
disabledActions: [Action.Download],
//hiddenActions: [], // Set either this or visibleActions
})
Action
- Index
- Enumeration members
- AIHighlights
- AddColumnSet
- AddDataPanelObjects
- AddFilter
- AddFormula
- AddParameter
- AddQuerySet
- AddTab
- AddToFavorites
- AddToWatchlist
- AnswerChartSwitcher
- AnswerDelete
- AskAi
- AxisMenuAggregate
- AxisMenuConditionalFormat
- AxisMenuEdit
- AxisMenuFilter
- AxisMenuGroup
- AxisMenuNumberFormat
- AxisMenuPosition
- AxisMenuRemove
- AxisMenuRename
- AxisMenuSort
- AxisMenuTextWrapping
- AxisMenuTimeBucket
- ChangeFilterVisibilityInTab
- ChooseDataSources
- CollapseDataPanel
- CollapseDataSources
- ColumnRename
- ConfigureFilter
- CopyAndEdit
- CopyLink
- CopyToClipboard
- CoverAndFilterOptionInPDF
- CreateLiveboard
- CreateMonitor
- CrossFilter
- DeletePreviousPrompt
- DeleteScheduleHomepage
- DisableChipReorder
- Download
- DownloadAsCsv
- DownloadAsPdf
- DownloadAsPng
- DownloadAsXlsx
- DrillDown
- DrillExclude
- DrillInclude
- Edit
- EditACopy
- EditDetails
- EditMeasure
- EditPreviousPrompt
- EditSageAnswer
- EditScheduleHomepage
- EditTML
- EditTitle
- EditTokens
- EnableContextualChangeAnalysis
- EnableIterativeChangeAnalysis
- Explore
- ExportTML
- ImportTML
- InConversationTraining
- KPIAnalysisCTA
- LiveboardInfo
- LiveboardUsers
- MakeACopy
- ManageMonitor
- ManagePipelines
- ManageTags
- MarkAsVerified
- ModifySageAnswer
- MoveToTab
- OrganiseFavourites
- PauseScheduleHomepage
- PersonalisedViewsDropdown
- Pin
- PngScreenshotInEmail
- Present
- PreviewDataSpotter
- QueryDetailsButtons
- Remove
- RemoveAttachment
- RemoveCrossFilter
- RemoveFromWatchlist
- RenameModalTitleDescription
- ReportError
- RequestAccess
- RequestVerification
- ResetSpotterChat
- SageAnswerFeedback
- Save
- SaveAsView
- Schedule
- SchedulesList
- Separator
- Share
- ShareViz
- ShowSageQuery
- ShowUnderlyingData
- SpotIQAnalyze
- SpotterFeedback
- SpotterTokenQuickEdit
- SpotterWarningsBanner
- SpotterWarningsOnTokens
- Subscription
- SyncToOtherApps
- SyncToSheets
- SyncToSlack
- SyncToTeams
- TML
- ToggleSize
- UnsubscribeScheduleHomepage
- UpdateTML
- VerifiedLiveboard
- ViewScheduleRunHomepage
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('#tsEmbed', {
... //other embed view config
//visibleActions: [],
disabledActions: [Action.Download],
hiddenActions: [Action.Edit, ActionAction.Explore],
})
See also Action IDs in the SDK
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"
Action ID for the Ask Sage In Natural Language Search embed, Spotter in Liveboard, full app, and Spotter embed.
Allows initiating a conversation with ThoughtSpot AI analyst.
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
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
ColumnRenameπ
ColumnRename:= "columnRename"
Action ID for hiding rename option for Column rename
Defined in : types.ts
Version : SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
hiddenAction: [Action.ColumnRename]
ConfigureFilterπ
ConfigureFilter:= "configureFilter"
The filter configuration options for a Liveboard. The configuration options are available when adding filters on a Liveboard.
Defined in : types.ts
disabledActions: [Action.ConfigureFilter]
CopyLinkπ
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]
CoverAndFilterOptionInPDFπ
CoverAndFilterOptionInPDF:= "coverAndFilterOptionInPDF"
Action ID for hide checkboxes for include or exclude cover and filter pages in the Liveboard PDF
Defined in : types.ts
Version : SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
hiddenAction: [Action.CoverAndFilterOptionInPDF]
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 option is available for tables in visualizations and Answers.
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 contextual menu action to exclude a specific data point when drilling down a table or chart on an Answer.
Defined in : types.ts
disabledActions: [Action.DrillInclude]
DrillIncludeπ
DrillInclude:= "context-menu-item-include"
The contextual menu action to include a specific data point when drilling down a table or chart on an Answer.
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]
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 or disable editing tokens generated from 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]
EnableIterativeChangeAnalysisπ
EnableIterativeChangeAnalysis:= "enableIterativeChangeAnalysis"
Action ID to hide or disable Iterative Change Analysis option on contextual change analysis Inisght charts context menu
Defined in : types.ts
Version : SDK: 1.41.0 | ThoughtSpot Cloud: 9.12.0.cl
disabledActions: [Action.EnableIterativeChangeAnalysis]
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 a Liveboard, Answer, and the Data Workspace pages for data objects and connections.
Allows exporting an object as a TML file.
Defined in : types.ts
disabledActions: [Action.ExportTML]
ImportTMLπ
ImportTML:= "importTSL"
The Import TML menu action on the Data Workspace > Utilities page. Imports TML representation of ThoughtSpot objects.
Defined in : types.ts
disabledActions: [Action.ImportTML]
InConversationTrainingπ
InConversationTraining:= "InConversationTraining"
Action ID for hide or disable the Spotter in conversation training widget. The Add to Coaching feature is currently in beta and is disabled by default on embed deployments. To enable this feature on your instance, contact ThoughtSpot Support.
Defined in : types.ts
Version : SDK: 1.39.0 | ThoughtSpot Cloud: 10.10.0.cl
hiddenAction: [Action.InConversationTraining]
disabledActions: [Action.InConversationTraining]
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.ManagePipelines]
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]
PngScreenshotInEmailπ
PngScreenshotInEmail:= "pngScreenshotInEmail"
The PNG screenshot in email option in the schedule email dialog. Includes a PNG screenshot in the notification email body.
Defined in : types.ts
disabledActions: [Action.PngScreenshotInEmail]
@version SDK: 1.42.0 | ThoughtSpot Cloud: 10.14.0.cl
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 action on a Liveboard, Liveboards and Answers list pages in full application embedding.
Defined in : types.ts
disabledActions: [Action.Remove]
RemoveAttachmentπ
RemoveAttachment:= "removeAttachment"
The Remove attachment action in the schedule email dialog. Removes an attachment from the email configuration.
Defined in : types.ts
Version : SDK: 1.42.0 | ThoughtSpot Cloud: 10.14.0.cl
disabledActions: [Action.RemoveAttachment]
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]
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π
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]
SpotterTokenQuickEditπ
SpotterTokenQuickEdit:= "SpotterTokenQuickEdit"
Action ID to disable the click event handler on knowledge card in Spotter results. Itβs an EA feature and handled by LD.
Defined in : types.ts
Version : SDK: 1.41.0 | ThoughtSpot Cloud: 10.13.0.cl
hiddenAction: [Action.SpotterTokenQuickEdit]
SpotterWarningsBannerπ
SpotterWarningsBanner:= "SpotterWarningsBanner"
Action ID to hide the warnings banner in Spotter results. Itβs an EA feature and handled by LD.
Defined in : types.ts
Version : SDK: 1.41.0 | ThoughtSpot Cloud: 10.13.0.cl
hiddenAction: [Action.SpotterWarningsBanner]
SpotterWarningsOnTokensπ
SpotterWarningsOnTokens:= "SpotterWarningsOnTokens"
Action ID to hide the warnings border on the knowledge card in Spotter results. Itβs an EA feature and handled by LD.
Defined in : types.ts
Version : SDK: 1.41.0 | ThoughtSpot Cloud: 10.13.0.cl
hiddenAction: [Action.SpotterWarningsOnTokens]
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 visualization tile resize option.
Also available via More β¦β
options menu on a visualization.
Allows resizing visualization tiles and switching
between different preset layout option.
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. Updates TML representation of ThoughtSpot objects.
Defined in : types.ts
disabledActions: [Action.UpdateTML]