Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

TimeOption interface

Signature

typescript
export interface TimeOption 

Import

typescript
import { TimeOption } from '@grafana/data';

Properties

PropertyTypeDescription
displaystring
fromstring
sectionnumber
tostring

display property

Signature

typescript
display: string;

from property

Signature

typescript
from: string;

section property

Signature

typescript
section: number;

to property

Signature

typescript
to: string;