@@ -2807,7 +2807,7 @@ export enum EmbedEvent {
28072807 * the table visualization.
28082808 *
28092809 * If the Row-Level Security (RLS) rules are applied on the
2810- * Worksheet or Model, exercise caution when changing column
2810+ * Model, exercise caution when changing column
28112811 * or table cell values to maintain data security.
28122812 *
28132813 * @example
@@ -2865,7 +2865,7 @@ export enum EmbedEvent {
28652865 */
28662866 SpotterData = 'SpotterData' ,
28672867 /**
2868- * Emitted when user opens up the worksheet preview modal in Spotter embed.
2868+ * Emitted when user opens up the data source preview modal in Spotter embed.
28692869 * @example
28702870 * ```js
28712871 * spotterEmbed.on(EmbedEvent.PreviewSpotterData, (payload) => {
@@ -3092,9 +3092,7 @@ export enum HostEvent {
30923092 */
30933093 Reload = 'reload' ,
30943094 /**
3095- * Get iframe URL for the current embed view on the playground.
3096- * Developers can use this URL to embed a ThoughtSpot object
3097- * in apps like Salesforce or Sharepoint.
3095+ * Get iframe URL for the current embed view.
30983096 * @example
30993097 * ```js
31003098 * const url = embed.trigger(HostEvent.GetIframeUrl);
@@ -4166,7 +4164,7 @@ export enum HostEvent {
41664164 */
41674165 EditLastPrompt = 'EditLastPrompt' ,
41684166 /**
4169- * Opens the Worksheet preview modal in Spotter Embed.
4167+ * Opens the data source preview modal in Spotter Embed.
41704168 * @example
41714169 * ```js
41724170 * spotterEmbed.trigger(HostEvent.PreviewSpotterData);
@@ -4516,7 +4514,7 @@ export enum Action {
45164514 */
45174515 SchedulesList = 'schedule-list' ,
45184516 /**
4519- * The **Share** action on a Liveboard, Answer, or Worksheet .
4517+ * The **Share** action on a Liveboard, Answer, or Model .
45204518 * Allows users to share an object with other users and groups.
45214519 * @example
45224520 * ```js
@@ -4975,7 +4973,7 @@ export enum Action {
49754973 AnswerChartSwitcher = 'answerChartSwitcher' ,
49764974 /**
49774975 * The Favorites icon (*) for Answers,
4978- * Liveboard, and data objects like Worksheet, Model,
4976+ * Liveboard, and data objects like Model,
49794977 * Tables and Views.
49804978 * Allows adding an object to the user's favorites list.
49814979 * @example
0 commit comments