Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
WeatherSystemOptions
Interface WeatherSystemOptions
interface
WeatherSystemOptions
{
states
?:
WeatherState
[]
;
initial
?:
string
;
initialIntensity
?:
number
;
onWeatherChanged
?:
(
next
:
string
,
prev
:
string
|
null
)
=>
void
;
onIntensitySettled
?:
(
state
:
string
,
intensity
:
number
)
=>
void
;
}
Index
Properties
states?
initial?
initial
Intensity?
on
Weather
Changed?
on
Intensity
Settled?
Properties
Optional
states
states
?:
WeatherState
[]
Optional
initial
initial
?:
string
Optional
initial
Intensity
initialIntensity
?:
number
Optional
on
Weather
Changed
onWeatherChanged
?:
(
next
:
string
,
prev
:
string
|
null
)
=>
void
Optional
on
Intensity
Settled
onIntensitySettled
?:
(
state
:
string
,
intensity
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
states
initial
initial
Intensity
on
Weather
Changed
on
Intensity
Settled
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...