InterpolateFunction type

InterpolateFunction type

Signature

  1. export declare type InterpolateFunction = (value: string, scopedVars?: ScopedVars, format?: string | Function) => string;

Import

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