Skip to main content

Class: WeatherChangeAfterEvent

Contains information related to changes in weather in the environment.

Constructors

new WeatherChangeAfterEvent()

private new WeatherChangeAfterEvent(): WeatherChangeAfterEvent

Returns

WeatherChangeAfterEvent

Properties

dimension

readonly dimension: string

Remarks

Dimension in which the weather has changed.


newWeather

readonly newWeather: WeatherType

Remarks

The weather type after the weather was changed.


previousWeather

readonly previousWeather: WeatherType

Remarks

The weather type before the weather was changed.