Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
mapToObject
Function mapToObject
map
To
Object
<
T
>
(
map
)
:
Record
<
string
,
T
>
Converts a map to an object. If the map is a collection wrapper it will return the backed object.
Type Parameters
T
Parameters
map
:
Pick
<
Map
<
string
,
T
>
,
"forEach"
>
Returns
Record
<
string
,
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
mobx-keystone
Loading...
Converts a map to an object. If the map is a collection wrapper it will return the backed object.