Skip to content

TimePickerConfig🔗

Time picker configuration

It defines the default config for the time picker and the refresh picker for the specific dashboard.

Definition🔗

public class TimePickerConfig {
  public Boolean hidden;
  public List<String> refreshIntervals;
  public List<TimeOption> quickRanges;
  public String nowDelay;
}

See also🔗