Statekit - v2.0.1
GitHub
Examples
Preparing search index...
BoundStore
Type Alias BoundStore<TState, TActions, TSelection>
type
BoundStore
<
TState
extends
object
,
TActions
extends
object
,
TSelection
=
TState
,
>
=
{
actions
:
TActions
;
set
:
(
stateModifier
:
StateModifier
<
TState
>
)
=>
TState
;
state
:
TSelection
;
}
Type Parameters
TState
extends
object
TActions
extends
object
TSelection
=
TState
Index
Properties
actions
set
state
Properties
actions
actions
:
TActions
set
set
:
(
stateModifier
:
StateModifier
<
TState
>
)
=>
TState
state
state
:
TSelection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
set
state
GitHub
Examples
Statekit - v2.0.1
Loading...