ValueFormat interface

Signature

  1. export interface ValueFormat

Import

  1. import { ValueFormat } from '@grafana/data';

Properties

PropertyTypeDescription
fnValueFormatter
idstring
namestring

fn property

Signature

  1. fn: ValueFormatter;

id property

Signature

  1. id: string;

name property

Signature

  1. name: string;