Preparing search index...
The search index is not available
Wayward Types Viewer | 2.14.0-beta.dev.20240903.1
Wayward Types Viewer
ui/util/Store
IStoreEvents
Type alias IStoreEvents
IStore
Events
:
{
[
KEY
in
keyof
ILocalStorage
as
`
set
${
Capitalize
<
KEY
>
}
`
]
:
(
(
value
:
ILocalStorage
[
KEY
]
, oldValue
:
ILocalStorage
[
KEY
]
)
=>
any
)
}
&
{
[
KEY
in
keyof
ILocalStorage
as
`
delete
${
Capitalize
<
KEY
>
}
`
]
:
(
(
oldValue
:
ILocalStorage
[
KEY
]
)
=>
any
)
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Navigation
Modding Guide
Module Index
Common Modules
@Register
IDoodadDescription
IItemDescription
ITerrainDescription
ITileEventDescription
ICreatureDescription
In This Module
default
ILocal
Storage
IStore
Events
Generated using
TypeDoc