Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "FeatureToggles"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## FeatureToggles interface
|
||||
|
||||
Describes available feature toggles in Grafana. These can be configured via the `conf/custom.ini` to enable features under development or not yet available in stable version.
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export interface FeatureToggles
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { FeatureToggles } from '@grafana/data';
|
||||
```
|
||||
<b>Properties</b>
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [expressions](#expressions-property) | <code>boolean</code> | |
|
||||
| [meta](#meta-property) | <code>boolean</code> | |
|
||||
| [newEdit](#newedit-property) | <code>boolean</code> | |
|
||||
| [newVariables](#newvariables-property) | <code>boolean</code> | |
|
||||
| [tracingIntegration](#tracingintegration-property) | <code>boolean</code> | |
|
||||
| [transformations](#transformations-property) | <code>boolean</code> | |
|
||||
|
||||
### expressions property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
expressions: boolean;
|
||||
```
|
||||
|
||||
### meta property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
meta: boolean;
|
||||
```
|
||||
|
||||
## Remarks
|
||||
|
||||
Available only in Grafana Enterprise
|
||||
|
||||
### newEdit property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
newEdit: boolean;
|
||||
```
|
||||
|
||||
### newVariables property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
newVariables: boolean;
|
||||
```
|
||||
|
||||
### tracingIntegration property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
tracingIntegration: boolean;
|
||||
```
|
||||
|
||||
### transformations property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
transformations: boolean;
|
||||
```
|
||||
Reference in New Issue
Block a user