mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
34 lines
805 B
Markdown
34 lines
805 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "ThresholdsMode"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## 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>"absolute"</code> | |
|
|
| Percentage | <code>"percentage"</code> | between 0 and 1 (based on min/max) |
|
|
|