Contains information related to changes in weather in the environment.
export class WeatherChangeAfterEvent { private constructor(); readonly dimension: string; readonly newWeather: WeatherType; readonly previousWeather: WeatherType;} Copy
export class WeatherChangeAfterEvent { private constructor(); readonly dimension: string; readonly newWeather: WeatherType; readonly previousWeather: WeatherType;}
Private
Readonly
Dimension in which the weather has changed.
This property can't be read in early-execution mode.
The weather type after the weather was changed.
The weather type before the weather was changed.
Contains information related to changes in weather in the environment.
Source