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
/
dist
/
src
/
utils
/
processTrigger.d.ts
3 lines
(2 loc)
•
173 B
TypeScript
View Raw
1
2
3
import
{
HostEvent
}
from
'../types'
;
export
declare
function
processTrigger
(
iFrame
:
HTMLIFrameElement
,
messageType
:
HostEvent
,
thoughtSpotHost
:
string
,
data
:
any
):
void
;