Dashboards: Support an auto refresh interval that is based on the query range (#70479)

This commit is contained in:
Ryan McKinley
2023-06-26 09:46:23 -07:00
committed by GitHub
parent 2233886f80
commit 698b07518a
16 changed files with 126 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ import { TimeRange, TimeZone } from '@grafana/data';
export interface TimeModel {
time: any;
fiscalYearStartMonth?: number;
refresh: any;
refresh?: string | false;
timepicker: any;
getTimezone(): TimeZone;
timeRangeUpdated(timeRange: TimeRange): void;