Prathic_BD - I am trying to add an event listen...
I am trying to add an event listener to all things as documented here: https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_all. I am not too sure exactly where to hook this listener onto though. Currently we init the sdk like this: authStatus = init({ thoughtSpotHost: TS_HOST, authType: AuthType.TrustedAuthTokenCookieless, username: user, getAuthToken: getAuthToken, autoLogin: true }); And then in our react pages just use the AppEmbed component from (import { AppEmbed } from '@thoughtspot/visual-embed-sdk/react'). But I am struggling on what this appEmbed mentioned in the document object actually is since I don't ever create an object like that when i initalize the sdk.