* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
646 B
646 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "convertRawToRange" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
rangeUtil.convertRawToRange variable
rangeUtil.convertRawToRange variable
Signature
convertRawToRange: (raw: RawTimeRange) => TimeRange
Import
import { rangeUtil } from '@grafana/data';
const { convertRawToRange } = rangeUtil;