Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
title = "QueryEditorProps"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## QueryEditorProps interface
|
||||
@@ -26,6 +25,8 @@ import { QueryEditorProps } from '@grafana/data';
|
||||
| --- | --- | --- |
|
||||
| [data](#data-property) | <code>PanelData</code> | Contains query response filtered by refId of QueryResultBase and possible query error |
|
||||
| [datasource](#datasource-property) | <code>DSType</code> | |
|
||||
| [exploreId](#exploreid-property) | <code>any</code> | |
|
||||
| [exploreMode](#exploremode-property) | <code>ExploreMode</code> | |
|
||||
| [onChange](#onchange-property) | <code>(value: TQuery) => void</code> | |
|
||||
| [onRunQuery](#onrunquery-property) | <code>() => void</code> | |
|
||||
| [query](#query-property) | <code>TQuery</code> | |
|
||||
@@ -48,6 +49,22 @@ data?: PanelData;
|
||||
datasource: DSType;
|
||||
```
|
||||
|
||||
### exploreId property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
exploreId?: any;
|
||||
```
|
||||
|
||||
### exploreMode property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
exploreMode?: ExploreMode;
|
||||
```
|
||||
|
||||
### onChange property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
Reference in New Issue
Block a user