+++
# -----------------------------------------------------------------------
# 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>
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) |