grafana/docs/sources/packages_api/data/getvalueformats.md

802 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "getValueFormats" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

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; }[]; }[]