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;