Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

propTypes: { chartFactory: Validator<((...args: any[]) => any)>; curVar: Validator<string>; minMax: Requireable<boolean> }

Type declaration

  • chartFactory: Validator<((...args: any[]) => any)>
  • curVar: Validator<string>

    The current weather variable selected.

  • minMax: Requireable<boolean>

    Determines wheather to display tabs for the precipitation weather variable. This is needed in that with some locations and models only provide a single preciption value (no minimum or maximum).

Generated using TypeDoc