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
- Present
- PreviewDataSpotter
- QueryDetailsButtons
- Remove
- 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]