Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
applySet
Function applySet
apply
Set
<
O
,
K
,
V
>
(
node
,
fieldName
,
value
)
:
void
Sets an object field wrapped in an action.
Type Parameters
O
extends
object
K
extends
string
|
number
|
symbol
V
Parameters
node
:
O
Target object.
fieldName
:
K
Field name.
value
:
V
Value to set.
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
mobx-keystone
Loading...
Sets an object field wrapped in an action.