+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "getMappedValue"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## getMappedValue variable
### getMappedValue variable
Signature
```typescript
getMappedValue: (valueMappings: ValueMapping[], value: TimeSeriesValue) => ValueMapping
```
Import
```typescript
import { getMappedValue } from '@grafana/data';
```