Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabotAgentChartMessage

    type MetabotAgentChartMessage = {
        Chart: React_2.ComponentType<MetabotChartProps>;
        id: string;
        questionPath: string;
        role: "agent";
        type: "chart";
    }
    Index

    Properties

    A pre-wired React component that renders the chart.

    id: string
    questionPath: string

    URL path to the question, e.g. /question#<base64>

    role: "agent"
    type: "chart"