Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
FormattedValue interface
Signature
export interface FormattedValue
Import
import { FormattedValue } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
prefix | string | |
suffix | string | |
text | string |
prefix property
Signature
prefix?: string;
suffix property
Signature
suffix?: string;
text property
Signature
text: string;