Docs: updated packages reference docs for 7.1.0-beta1. (#25958)
This commit is contained in:
@@ -25,12 +25,21 @@ import { FeatureToggles } from '@grafana/data';
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [datasourceInsights](#datasourceinsights-property) | <code>boolean</code> | |
|
||||
| [expressions](#expressions-property) | <code>boolean</code> | |
|
||||
| [meta](#meta-property) | <code>boolean</code> | |
|
||||
| [newEdit](#newedit-property) | <code>boolean</code> | |
|
||||
| [newVariables](#newvariables-property) | <code>boolean</code> | |
|
||||
| [reportGrid](#reportgrid-property) | <code>boolean</code> | |
|
||||
| [transformations](#transformations-property) | <code>boolean</code> | |
|
||||
|
||||
### datasourceInsights property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
datasourceInsights: boolean;
|
||||
```
|
||||
|
||||
### expressions property
|
||||
|
||||
<b>Signature</b>
|
||||
@@ -59,12 +68,12 @@ Available only in Grafana Enterprise
|
||||
newEdit: boolean;
|
||||
```
|
||||
|
||||
### newVariables property
|
||||
### reportGrid property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
newVariables: boolean;
|
||||
reportGrid: boolean;
|
||||
```
|
||||
|
||||
### transformations property
|
||||
|
||||
Reference in New Issue
Block a user