getValueFormats() function
getValueFormats() function
Signature
export declare function getValueFormats(): {
text: string;
submenu: {
text: string;
value: string;
}[];
}[];
Import
import { getValueFormats } from '@grafana/data';
Returns:
{ text: string; submenu: { text: string; value: string; }[]; }[]