Search
Preparing search index...
The search index is not available
小游戏框架
Options
All
Public
Public/Protected
All
Inherited
Menu
小游戏框架
NumberJSONMap
Class NumberJSONMap
Hierarchy
JSONMap
NumberJSONMap
Index
Constructors
constructor
Methods
get
get
Property
has
set
set
Property
Constructors
constructor
new
NumberJSONMap
(
schema
:
string
[]
, size
?:
number
)
:
NumberJSONMap
Parameters
schema:
string
[]
size:
number
= ...
Returns
NumberJSONMap
Methods
get
get
(
key
:
string
)
:
{}
Parameters
key:
string
Returns
{}
[
key:
string
]:
number
get
Property
get
Property
(
key
:
string
, schemaKey
:
string
)
:
number
Parameters
key:
string
schemaKey:
string
Returns
number
has
has
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
set
set
(
key
:
string
, data
:
{}
)
:
void
Parameters
key:
string
data:
{}
[
key:
string
]:
number
Returns
void
set
Property
set
Property
(
key
:
string
, schemaKey
:
string
, value
:
number
)
:
void
Parameters
key:
string
schemaKey:
string
value:
number
Returns
void
Exports
NumberJSONMap
constructor
get
get
Property
has
set
set
Property
Generated using
TypeDoc