UNPKG
ashish-sdk
Version:
latest (1.8.0-plugins.5)
plugins (1.8.0-plugins.6)
1.8.0-plugins.6
1.8.0-plugins.5
ThoughtSpot Embed SDK
github.com/thoughtspot/visual-embed-sdk
thoughtspot/visual-embed-sdk
ashish-sdk
/
lib
/
src
/
utils
/
processData.d.ts
4 lines
(3 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
import
{
EmbedEvent
}
from
'../types'
;
export
declare
function
processCustomAction
(
e
:
any
,
thoughtSpotHost
:
string
):
any
;
export
declare
function
getProcessData
(
type
:
EmbedEvent
,
e
:
any
,
thoughtSpotHost
:
string
):
any
;