Types
import type { WeatherState } from "@arcgis/core/widgets/Weather/types.js";

Type definitions

WeatherState

deprecated Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
  • disabled: widget is being created or has no view
  • ready: widget is ready
  • error: widget is displaying an error
Type
"disabled" | "ready" | "error"