mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:02:22 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
40 lines
802 B
Markdown
40 lines
802 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# 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
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function getValueFormats(): {
|
|
text: string;
|
|
submenu: {
|
|
text: string;
|
|
value: string;
|
|
}[];
|
|
}[];
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { getValueFormats } from '@grafana/data';
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
`{
|
|
text: string;
|
|
submenu: {
|
|
text: string;
|
|
value: string;
|
|
}[];
|
|
}[]`
|
|
|