Skip to content
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,16 @@ export enum HostEvent {
* @hidden
*/
Reload = 'reload',
/**
* Get current iframe src
* @example
* ```js
* const frameUrl = AppEmbed.trigger(HostEvent.GetIframeUrl)
* ```
* @version SDK: 1.35.0 | Thoughtspot: 10.4.cl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughtspot version should be 10.4.0.cl

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

* @hidden
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why @hidden tag is added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed, It's not available in docs, will raise one ticket for @ShashiSubramanya

*/
GetIframeUrl = 'GetIframeUrl',
/**
* Display specific visualizations on a Liveboard.
* @param - An array of GUIDs of the visualization to show. The visualization IDs not passed
Expand Down
Loading