Skip to content

Commit

Permalink
SCAL-245446 Add documentation for HostEvent.Remove support (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Prateek Agarwal <[email protected]>
  • Loading branch information
prateekagr98 and Prateek Agarwal authored Mar 5, 2025
1 parent a0bac04 commit 6c8115a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2775,6 +2775,11 @@ export enum HostEvent {
* appEmbed.trigger(HostEvent.Remove)
* ```
* @version SDK: 1.15.0 | ThoughtSpot: 8.7.0.cl, 8.8.1.sw
* * @example
* ```js
* liveboardEmbed.trigger(HostEvent.Remove)
* ```
* @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
*/
Remove = 'delete',
/**
Expand Down

0 comments on commit 6c8115a

Please sign in to comment.