Threshold interface

Signature

  1. export interface Threshold

Import

  1. import { Threshold } from '@grafana/data';

Properties

PropertyTypeDescription
colorstring
statestringWarning, Error, LowLow, Low, OK, High, HighHigh etc
valuenumber

color property

Signature

  1. color: string;

state property

Warning, Error, LowLow, Low, OK, High, HighHigh etc

Signature

  1. state?: string;

value property

Signature

  1. value: number;