Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
mapToArray
Function mapToArray
map
To
Array
<
K
,
V
>
(
map
)
:
[
K
,
V
]
[]
Converts a map to an array. If the map is a collection wrapper it will return the backed array.
Type Parameters
K
V
Parameters
map
:
Pick
<
Map
<
K
,
V
>
,
"forEach"
>
Returns
[
K
,
V
]
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
mobx-keystone
Loading...
Converts a map to an array. If the map is a collection wrapper it will return the backed array.