@thoughtspot/visual-embed-sdk
Version:
ThoughtSpot Embed SDK
16 lines • 486 B
TypeScript
import { HostEvent } from '../types';
/**
* Reloads the ThoughtSpot iframe.
* @param iFrame
*/
export declare const reload: (iFrame: HTMLIFrameElement) => void;
export declare const TRIGGER_TIMEOUT = 30000;
/**
*
* @param iFrame
* @param messageType
* @param thoughtSpotHost
* @param data
*/
export declare function processTrigger(iFrame: HTMLIFrameElement, messageType: HostEvent, thoughtSpotHost: string, data: any): Promise<any>;
//# sourceMappingURL=processTrigger.d.ts.map