Saxonberg Server API
Preparing search index...
mud/lib/weather/WeatherType
WeatherForecast
Interface WeatherForecast
Current sample + the next-N segment types.
interface
WeatherForecast
{
current
:
WeatherSample
;
upcoming
:
WeatherForecastEntry
[]
;
}
Index
Properties
current
upcoming
Properties
current
current
:
WeatherSample
upcoming
upcoming
:
WeatherForecastEntry
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
upcoming
Saxonberg Server API
Loading...
Current sample + the next-N segment types.