GitHub
Preparing search index...
The search index is not available
reactiveweb
reactiveweb
interval
Options
Interface Options<State, Value>
interface
Options
<
State
,
Value
>
{
create
:
(
(
)
=>
State
)
;
read
:
(
(
state
:
State
)
=>
Value
)
;
update
:
(
(
state
:
State
)
=>
void
)
;
}
Type Parameters
State
Value
Index
Properties
create
read
update
Properties
create
create
:
(
(
)
=>
State
)
read
read
:
(
(
state
:
State
)
=>
Value
)
update
update
:
(
(
state
:
State
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
create
read
update
GitHub
reactiveweb
Loading...