fix: clarify adaptive telemetry extension context type for future import (#103660)

pull/103772/head
Darren Janeczek 1 month ago committed by GitHub
parent 6eba5d74e1
commit 7471455493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-data/src/types/pluginExtensions.ts

@ -202,7 +202,7 @@ export type PluginExtensionPanelContext = {
export type PluginExtensionQueryEditorRowAdaptiveTelemetryV1Context = {
/** An ordered list of lower-case [a-z]+ string identifiers to provide context clues of where this component is being embedded and how we might want to consider displaying it */
contextHints?: string[];
query?: DataQuery;
query?: DataQuery & { expr?: string };
};
export type PluginExtensionDataSourceConfigContext<

Loading…
Cancel
Save