mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 17:22:09 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
35 lines
738 B
Markdown
35 lines
738 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "ValueMap"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## ValueMap interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface ValueMap extends BaseMap
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { ValueMap } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [value](#value-property) | <code>string</code> | |
|
|
|
|
### value property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
value: string;
|
|
```
|