mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:32:15 +08:00

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