Skip to main content

Variable: UiDefaults

const UiDefaults: ReadonlyDeep<{ chartPeriod: "24h"; chartPoints: number; errorLabel: string; loadingDelay: number; loadingLabel: string; notAvailableLabel: string; pageSize: number; unknownLabel: string; }>

Defined in: src/utils/fallbacks.ts:120

Default values for UI components and user interface elements with deep immutability.

Remarksโ€‹

Centralized defaults that ensure consistent behavior across the application when data is missing or components need fallback values. Uses ReadonlyDeep to guarantee immutability of the configuration object.