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