@thoughtspot/visual-embed-sdk
Version:
ThoughtSpot Embed SDK
22 lines • 571 B
TypeScript
import { EmbedEvent } from '../types';
/**
*
* @param e
* @param thoughtSpotHost
*/
export declare function processCustomAction(e: any, thoughtSpotHost: string): any;
/**
*
* @param e
* @param containerEl
*/
export declare function processAuthFailure(e: any, containerEl: Element): any;
/**
*
* @param type
* @param e
* @param thoughtSpotHost
* @param containerEl
*/
export declare function processEventData(type: EmbedEvent, eventData: any, thoughtSpotHost: string, containerEl: Element): any;
//# sourceMappingURL=processData.d.ts.map