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