Types
import type { LightingUnion, WeatherType, WeatherUnion } from "@arcgis/core/views/3d/environment/types.js";Type definitions
LightingUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- SunLighting | VirtualLighting
WeatherType
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "sunny" | "cloudy" | "rainy" | "snowy" | "foggy"
WeatherUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- SunnyWeather | CloudyWeather | RainyWeather | SnowyWeather | FoggyWeather