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