@@ -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);
@@ -4200,7 +4198,7 @@ export enum HostEvent {
42004198 */
42014199 EditLastPrompt = 'EditLastPrompt' ,
42024200 /**
4203- * Opens the Worksheet preview modal in Spotter Embed.
4201+ * Opens the data source preview modal in Spotter Embed.
42044202 * @example
42054203 * ```js
42064204 * spotterEmbed.trigger(HostEvent.PreviewSpotterData);
@@ -4557,7 +4555,7 @@ export enum Action {
45574555 */
45584556 SchedulesList = 'schedule-list' ,
45594557 /**
4560- * The **Share** action on a Liveboard, Answer, or Worksheet .
4558+ * The **Share** action on a Liveboard, Answer, or Model .
45614559 * Allows users to share an object with other users and groups.
45624560 * @example
45634561 * ```js
@@ -5016,7 +5014,7 @@ export enum Action {
50165014 AnswerChartSwitcher = 'answerChartSwitcher' ,
50175015 /**
50185016 * The Favorites icon (*) for Answers,
5019- * Liveboard, and data objects like Worksheet, Model,
5017+ * Liveboard, and data objects like Model,
50205018 * Tables and Views.
50215019 * Allows adding an object to the user's favorites list.
50225020 * @example
0 commit comments