Files
grafana/docs/sources/packages_api/data/thresholdsmode.md
Marcus Andersson a2d741f60f Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
2020-04-21 10:41:50 +02:00

35 lines
819 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "ThresholdsMode"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## ThresholdsMode enum
### ThresholdsMode enum
Display mode
<b>Signature</b>
```typescript
export declare enum ThresholdsMode
```
<b>Import</b>
```typescript
import { ThresholdsMode } from '@grafana/data';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Absolute | <code>&quot;absolute&quot;</code> | |
| Percentage | <code>&quot;percentage&quot;</code> | between 0 and 1 (based on min/max) |