Interface InitializeEventPayload

Hierarchy

  • InitializeEventPayload

Properties

appConfig?: AppConfig

Additional App Configuration

Version

SDK: 0.1 | ThoughtSpot:

chartModel: ChartModel

The entire chart object with data

Version

SDK: 0.1 | ThoughtSpot:

componentId: string

This is a unique component id that the context should send in every post message payload. This helps in identifying between multiple app components.

Version

SDK: 0.1 | ThoughtSpot:

hostUrl: string

The host url of the parent to send the post message requests to. We cannot use the window.parent object details to fetch this. Hence sending in init flow.

Version

SDK: 0.1 | ThoughtSpot: