Skip to content
Merged
Changes from 6 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
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,11 @@ export enum HostEvent {
* @hidden
*/
Reload = 'reload',
/**
* Get current iframe src
* @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