mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dataplane: Add typeVersion to data frame metadata (#61824)
This commit is contained in:
parent
20ec54f1f9
commit
061e6d556f
@ -38,7 +38,13 @@ export type PreferredVisualisationType = typeof preferredVisualizationTypes[numb
|
||||
export interface QueryResultMeta {
|
||||
type?: DataFrameType;
|
||||
|
||||
/** DataSource Specific Values */
|
||||
/**
|
||||
* TypeVersion is the version of the Type property. Versions greater than 0.0 correspond to the dataplane
|
||||
* contract documentation https://github.com/grafana/grafana-plugin-sdk-go/tree/main/data/contract_docs.
|
||||
*/
|
||||
typeVersion?: [number, number];
|
||||
|
||||
/** DatasSource Specific Values */
|
||||
custom?: Record<string, any>;
|
||||
|
||||
/** Stats */
|
||||
|
Loading…
Reference in New Issue
Block a user