Skip to content

Commit 3c1911a

Browse files
committed
Merge branch 'main' into SCAL-265768
2 parents 41f8202 + 775d4e2 commit 3c1911a

File tree

2 files changed

+1711
-1671
lines changed

2 files changed

+1711
-1671
lines changed

src/types.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2817,6 +2817,17 @@ export enum EmbedEvent {
28172817
* ```
28182818
*/
28192819
EmbedListenerReady = 'EmbedListenerReady',
2820+
/**
2821+
* Emitted when the organization is switched.
2822+
* @example
2823+
* ```js
2824+
* appEmbed.on(EmbedEvent.OrgSwitched, (payload) => {
2825+
* console.log('payload', payload);
2826+
* })
2827+
* ```
2828+
* @version SDK: 1.41.0 | ThoughtSpot: 10.12.0.cl
2829+
*/
2830+
OrgSwitched = 'orgSwitched',
28202831
}
28212832

28222833
/**

0 commit comments

Comments
 (0)