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,40 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "FieldConfigProperty"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## FieldConfigProperty enum
|
||||
|
||||
### FieldConfigProperty enum
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export declare enum FieldConfigProperty
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { FieldConfigProperty } from '@grafana/data';
|
||||
```
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
| Member | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| Color | <code>"color"</code> | |
|
||||
| Decimals | <code>"decimals"</code> | |
|
||||
| Links | <code>"links"</code> | |
|
||||
| Mappings | <code>"mappings"</code> | |
|
||||
| Max | <code>"max"</code> | |
|
||||
| Min | <code>"min"</code> | |
|
||||
| NoValue | <code>"noValue"</code> | |
|
||||
| Thresholds | <code>"thresholds"</code> | |
|
||||
| Title | <code>"title"</code> | |
|
||||
| Unit | <code>"unit"</code> | |
|
||||
|
||||
Reference in New Issue
Block a user