RawTimeRange interface

Signature

  1. export interface RawTimeRange

Import

  1. import { RawTimeRange } from '@grafana/data';

Properties

PropertyTypeDescription
fromDateTime | string
toDateTime | string

from property

Signature

  1. from: DateTime | string;

to property

Signature

  1. to: DateTime | string;