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

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
62 lines
1.1 KiB
Markdown
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;
|
|
```
|