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
})
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
- ConfigureFilter
- CopyAndEdit
- CopyLink
- CopyToClipboard
- CreateLiveboard
- CreateMonitor
- CrossFilter
- DeleteScheduleHomepage
- DisableChipReorder
- Download
- DownloadAsCsv
- DownloadAsPdf
- DownloadAsPng
- DownloadAsXlsx
- DrillDown
- DrillExclude
- DrillInclude
- Edit
- EditACopy
- EditDetails
- EditMeasure
- EditSageAnswer
- EditScheduleHomepage
- EditTML
- EditTitle
- EnableContextualChangeAnalysis
- Explore
- ExportTML
- ImportTML
- KPIAnalysisCTA
- LiveboardInfo
- LiveboardUsers
- MakeACopy
- ManageMonitor
- ManagePipelines
- ManageTags
- MarkAsVerified
- ModifySageAnswer
- MoveToTab
- OrganiseFavourites
- PauseScheduleHomepage
- PersonalisedViewsDropdown
- Pin
- Present
- QueryDetailsButtons
- Remove
- RemoveCrossFilter
- RemoveFromWatchlist
- RenameModalTitleDescription
- ReportError
- RequestAccess
- RequestVerification
- SageAnswerFeedback
- Save
- SaveAsView
- Schedule
- SchedulesList
- Separator
- Share
- ShareViz
- ShowSageQuery
- ShowUnderlyingData
- SpotIQAnalyze
- 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('#embed-container', {
... // other options
//visibleActions: [],
disabledActions: [Action.Download],
hiddenActions: [Action.Edit, ActionAction.Explore],
})
Index🔗
Enumeration members🔗
AIHighlights🔗
AIHighlights:= "AIHighlights"
Action ID for AI Highlights button
Defined in : types.ts
Version : SDK: 1.27.10 | Thoughtspot: 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
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
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
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
disabledActions: [Action.AddTab]
AddToFavorites🔗
AddToFavorites:= "addToFavorites"
Favorites icon (*) on Answers, Liveboard, and Data pages
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.
Defined in : types.ts
Version : SDK : 1.27.9 | Thoughtspot: 9.12.5.cl
disabledActions: [Action.AddToWatchlist]
AnswerChartSwitcher🔗
AnswerChartSwitcher:= "answerChartSwitcher"
The Chart switcher icon on Answer and visualization pages.
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 ask sage button
Defined in : types.ts
Version : SDK: 1.29.0 | Thoughtspot: 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
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
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
disabledActions: [Action.AxisMenuEdit]
AxisMenuFilter🔗
AxisMenuFilter:= "axisMenuFilter"
The Filter action in the chart axis or table column customization menu.
Defined in : types.ts
Version : SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
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
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
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
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
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
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
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
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
disabledActions: [Action.AxisMenuTimeBucket]
ChangeFilterVisibilityInTab🔗
ChangeFilterVisibilityInTab:= "changeFilterVisibilityInTab"
Action ID for Hide Irrelevant filters button
Defined in : types.ts
Version : SDK: 1.35.0 | Thoughtspot: 10.5.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]
ConfigureFilter🔗
ConfigureFilter:= "configureFilter"
Filter configuration options on a Liveboard page. Allows configuring 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]