Interface StatisticalGraphAsync

The graph data to be asynchronously loaded through getStatisticalGraph. Subtype of StatisticalGraph.

interface StatisticalGraphAsync {
    @type: "statisticalGraphAsync";
    token: string;
}

Properties

Properties

@type: "statisticalGraphAsync"
token: string

The token to use for data loading.