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