From e83fbece30f2c717d78e486021f0de5286bb02ec Mon Sep 17 00:00:00 2001 From: Ajeet Lakhani Date: Mon, 16 Dec 2024 18:42:02 +0530 Subject: [PATCH] SCAL-233969: InfoSucces declaration correction --- src/types.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/types.ts b/src/types.ts index 7cafaf1f..49a9f84e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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', /**