Skip to content

Commit

Permalink
SCAL-233969: InfoSucces declaration correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeet-lakhani-ts committed Dec 16, 2024
1 parent fc58469 commit e83fbec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3195,13 +3195,12 @@ export enum HostEvent {
*/
GetParameters = 'GetParameters',
/**
* @hidden
* Notify when info call is completed successfully
* ```js
* liveboardEmbed.trigger(HostEvent.GetParameters).then((parameter) => {
* console.log('parameters', parameter);
* });
* liveboardEmbed.trigger(HostEvent.InfoSuccess, data);
*```
* @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
* @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
*/
InfoSuccess = 'InfoSuccess',
/**
Expand Down

0 comments on commit e83fbec

Please sign in to comment.