mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
				
	
	
	
		
			994 B
		
	
	
	
	
	
			
		
		
	
	
			994 B
		
	
	
	
	
	
+++
-----------------------------------------------------------------------
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
export interface ValueFormat 
Import
import { ValueFormat } from '@grafana/data';
Properties
| Property | Type | Description | 
|---|---|---|
| fn | ValueFormatter | 
|
| id | string | 
|
| name | string | 
fn property
Signature
fn: ValueFormatter;
id property
Signature
id: string;
name property
Signature
name: string;