DisplayProcessor type

DisplayProcessor type

Signature

  1. export declare type DisplayProcessor = (value: any) => DisplayValue;

Import

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