mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:57:16 +08:00

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