TimeRangePicker variable
TimeRangePicker variable
Signature
TimeRangePicker: React.FunctionComponent<{
fiscalYearStartMonth?: number | undefined;
timeZone?: string | undefined;
value: TimeRange;
onChange: (timeRange: TimeRange) => void;
history?: TimeRange[] | undefined;
onChangeTimeZone: (timeZone: TimeZone) => void;
onChangeFiscalYearStartMonth?: ((month: number) => void) | undefined;
hideQuickRanges?: boolean | undefined;
onMoveBackward: () => void;
onMoveForward: () => void;
onZoom: () => void;
timeSyncButton?: JSX.Element | undefined;
isSynced?: boolean | undefined;
hideText?: boolean | undefined;
}>
Import
import { TimeRangePicker } from '@grafana/ui';