Stone.js API
Docs
Home
Preparing search index...
stone-js-store/src/declarations
StoreUpdate
Type Alias StoreUpdate<State>
StoreUpdate
:
Partial
<
State
>
|
(
(
state
:
State
)
=>
Partial
<
State
>
)
How the next state is produced: a value, or a function of the current one.
Type Parameters
State
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
How the next state is produced: a value, or a function of the current one.