Files
Marcus Andersson cc3fc18076 Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

62 lines
1.1 KiB
Markdown

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