Search
Preparing search index...
The search index is not available
小游戏框架
Options
All
Public
Public/Protected
All
Inherited
Menu
小游戏框架
ComplexJSONMap
Class ComplexJSONMap<T>
Type parameters
T
Hierarchy
JSONMap
ComplexJSONMap
Index
Constructors
constructor
Methods
add
get
has
Constructors
constructor
new
ComplexJSONMap<T>
(
isString
?:
boolean
)
:
ComplexJSONMap
<
T
>
Type parameters
T
Parameters
isString:
boolean
= false
Returns
ComplexJSONMap
<
T
>
Methods
add
add
(
key
:
string
, data
:
T
)
:
void
Parameters
key:
string
data:
T
Returns
void
get
get
(
key
:
string
)
:
T
Parameters
key:
string
Returns
T
has
has
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
Exports
ComplexJSONMap
constructor
add
get
has
Generated using
TypeDoc