+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "RangeMap" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## RangeMap interface Signature ```typescript export interface RangeMap extends BaseMap ``` Import ```typescript import { RangeMap } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [from](#from-property) | string | | | [to](#to-property) | string | | ### from property Signature ```typescript from: string; ``` ### to property Signature ```typescript to: string; ```