+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
title = "Threshold"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
## Threshold interface
<b>Signature</b>
```typescript
export interface Threshold
```
<b>Import</b>
import { Threshold } from '@grafana/data';
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [color](#color-property) | <code>string</code> | |
| [state](#state-property) | <code>string</code> | Warning, Error, LowLow, Low, OK, High, HighHigh etc |
| [value](#value-property) | <code>number</code> | |
### color property
color: string;
### state property
Warning, Error, LowLow, Low, OK, High, HighHigh etc
state?: string;
### value property
value: number;