mirror of https://github.com/grafana/grafana.git
33 lines
769 B
Markdown
33 lines
769 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
|
||
|
|
||
|
<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> | |
|
||
|
|