mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Doc: Change inline comment on interface to doc comment (#20794)
This commit is contained in:
parent
b1af28122b
commit
a7a9bcbcbb
@ -281,8 +281,8 @@ export interface QueryEditorProps<
|
|||||||
query: TQuery;
|
query: TQuery;
|
||||||
onRunQuery: () => void;
|
onRunQuery: () => void;
|
||||||
onChange: (value: TQuery) => void;
|
onChange: (value: TQuery) => void;
|
||||||
/*
|
/**
|
||||||
* Contains query response filtered by refId and possible query error
|
* Contains query response filtered by refId of QueryResultBase and possible query error
|
||||||
*/
|
*/
|
||||||
data?: PanelData;
|
data?: PanelData;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user