booleanValueFormatter() function
booleanValueFormatter() function
Signature
export declare function booleanValueFormatter(t: string, f: string): ValueFormatter;
Import
import { booleanValueFormatter } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
t | string | |
f | string |
Returns:
ValueFormatter