神岛 API 文档 - ArenaPro版
Preparing search index...
server/types/GameAPI
MapConstructor
Interface MapConstructor
interface
MapConstructor
{
new
MapConstructor
()
:
Map
<
any
,
any
>
;
new
MapConstructor
<
K
,
V
>
(
entries
?:
readonly
(
readonly
[
K
,
V
]
)
[]
)
:
Map
<
K
,
V
>
;
new
MapConstructor
()
:
Map
<
any
,
any
>
;
new
MapConstructor
<
K
,
V
>
(
iterable
?:
Iterable
<
readonly
[
K
,
V
]
,
any
,
any
>
,
)
:
Map
<
K
,
V
>
;
new
MapConstructor
()
:
Map
<
any
,
any
>
;
new
MapConstructor
<
K
,
V
>
(
entries
?:
readonly
(
readonly
[
K
,
V
]
)
[]
)
:
Map
<
K
,
V
>
;
new
MapConstructor
<
K
,
V
>
(
iterable
:
Iterable
<
readonly
[
K
,
V
]
>
)
:
Map
<
K
,
V
>
;
"[species]"
:
MapConstructor
;
prototype
:
Map
<
any
,
any
>
;
}
Index
Constructors
constructor
Properties
[species]
prototype
Constructors
constructor
new
MapConstructor
()
:
Map
<
any
,
any
>
Returns
Map
<
any
,
any
>
new
MapConstructor
<
K
,
V
>
(
entries
?:
readonly
(
readonly
[
K
,
V
]
)
[]
)
:
Map
<
K
,
V
>
Type Parameters
K
V
Parameters
Optional
entries
:
readonly
(
readonly
[
K
,
V
]
)
[]
Returns
Map
<
K
,
V
>
new
MapConstructor
()
:
Map
<
any
,
any
>
Returns
Map
<
any
,
any
>
new
MapConstructor
<
K
,
V
>
(
iterable
?:
Iterable
<
readonly
[
K
,
V
]
,
any
,
any
>
,
)
:
Map
<
K
,
V
>
Type Parameters
K
V
Parameters
Optional
iterable
:
Iterable
<
readonly
[
K
,
V
]
,
any
,
any
>
Returns
Map
<
K
,
V
>
new
MapConstructor
()
:
Map
<
any
,
any
>
Returns
Map
<
any
,
any
>
new
MapConstructor
<
K
,
V
>
(
entries
?:
readonly
(
readonly
[
K
,
V
]
)
[]
)
:
Map
<
K
,
V
>
Type Parameters
K
V
Parameters
Optional
entries
:
readonly
(
readonly
[
K
,
V
]
)
[]
Returns
Map
<
K
,
V
>
new
MapConstructor
<
K
,
V
>
(
iterable
:
Iterable
<
readonly
[
K
,
V
]
>
)
:
Map
<
K
,
V
>
Type Parameters
K
V
Parameters
iterable
:
Iterable
<
readonly
[
K
,
V
]
>
Returns
Map
<
K
,
V
>
Properties
Readonly
[species]
"[species]"
:
MapConstructor
Readonly
prototype
prototype
:
Map
<
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
[species]
prototype
神岛 API 文档 - ArenaPro版
Loading...