+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "ThresholdsConfig" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## ThresholdsConfig interface Signature ```typescript export interface ThresholdsConfig ``` Import ```typescript import { ThresholdsConfig } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [mode](#mode-property) | ThresholdsMode | | | [steps](#steps-property) | Threshold[] | | ### mode property Signature ```typescript mode: ThresholdsMode; ``` ### steps property Signature ```typescript steps: Threshold[]; ```