Hierarchy

  • CustomChartContext

Constructors

Methods

  • Destroy the chart context object and stop listening to the parent post message events

    Version

    SDK: 0.1 | ThoughtSpot:

    Returns void

  • Function to emit Chart to TS Events to the TS application.

    Returns

    Promise

    Type Parameters

    Parameters

    Returns Promise<any>

  • Getter for the chart model object

    Version

    SDK: 0.1 | ThoughtSpot:

    Returns ChartModel

  • Function to expose and wait on the initialize promise object. This will resolve immediately if the chart context is already initialized by TS App.

    Version

    SDK: 0.1 | ThoughtSpot:

    Returns Promise<void>

  • Add event listeners on the chart context with the required callback.

    Returns

    void

    Version

    SDK: 0.1 | ThoughtSpot:

    Type Parameters

    Parameters

    Returns void