Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

propTypes: { curVar: Validator<string>; data: Validator<any[]>; handleZoom: Validator<((...args: any[]) => any)>; index: Requireable<number>; minMax: Requireable<boolean>; zoomDomain: Requireable<object> }

Type declaration

  • curVar: Validator<string>

    The weather variable currently selected.

  • data: Validator<any[]>

    Data to be displayed on the graph.

  • handleZoom: Validator<((...args: any[]) => any)>

    Called when there is a zoom domain change.

  • index: Requireable<number>

    The tab index - 0 for the left tab, 1 for the middle tab, and 2 for the right tab.

  • minMax: Requireable<boolean>

    True if the if displaying tabs for the precipitation variable.

  • zoomDomain: Requireable<object>

    Specifies the beginning and end times of the time domain of the x-axis.

Generated using TypeDoc