Skip to main content
Version: Next

HeaderWorldClock()

Home > @backstage/plugin-home > HeaderWorldClock

A component to display a configurable list of clocks for various time zones.

Signature:

HeaderWorldClock: (props: {
clockConfigs: import("./homePageComponents").ClockConfig[];
customTimeFormat?: Intl.DateTimeFormatOptions | undefined;
}) => import("react").JSX.Element | null

Parameters

Parameter

Type

Description

props

{ clockConfigs: import("./homePageComponents").ClockConfig[]; customTimeFormat?: Intl.DateTimeFormatOptions | undefined; }

**Returns:**

import("react").JSX.Element | null