UNPKG

ashish-sdk

Version:
18 lines 751 B
/** * Copyright (c) 2022 * * ThoughtSpot Visual Embed SDK for embedding ThoughtSpot analytics * in other web applications. * * @summary ThoughtSpot Visual Embed SDK * @author Ayon Ghosh <ayon.ghosh@thoughtspot.com> */ import { AppEmbed, Page } from './embed/app'; import { init, prefetch } from './embed/base'; import { PinboardEmbed, LiveboardEmbed, } from './embed/liveboard'; import { SearchEmbed } from './embed/search'; import { AuthType, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, } from './types'; export { init, prefetch, SearchEmbed, PinboardEmbed, LiveboardEmbed, AppEmbed, // types Page, AuthType, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, }; //# sourceMappingURL=index.js.map