mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 03:22:29 +08:00
894 B
894 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "GroupedTimeZones" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
GroupedTimeZones interface
Signature
export interface GroupedTimeZones
Import
import { GroupedTimeZones } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
name | string |
|
zones | TimeZone[] |
name property
Signature
name: string;
zones property
Signature
zones: TimeZone[];