Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Namespaces

Interfaces

Type Aliases

Functions

Type Aliases

ChartData: { date: string }[]

Functions

  • createPopupFactory(uri: string, curVar: string, name: string): ((closePopup: (() => void)) => Element)
  • Parameters

    • uri: string
    • curVar: string
    • name: string

    Returns ((closePopup: (() => void)) => Element)

      • (closePopup: (() => void)): Element
      • Parameters

        • closePopup: (() => void)
            • (): void
            • Returns void

        Returns Element

  • default(__namedParameters: PopupProps): JSX.Element
  • A popup that displays a TabsComponent. Once mounted, it connects to the back-end to obtain data for the from date, to date, location, and weather variable selected.

    component

    Parameters

    Returns JSX.Element

Generated using TypeDoc