booleanValueFormatter() function

booleanValueFormatter() function

Signature

  1. export declare function booleanValueFormatter(t: string, f: string): ValueFormatter;

Import

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

Parameters

ParameterTypeDescription
tstring
fstring

Returns:

ValueFormatter