Utility TypeScript @ 2.0.0-beta
GitHub
by Maddi Mathon
Preparing search index...
classes
VariableInspector
JSON_Child
Interface JSON_Child
The shape used when converting this object to JSON.
Since
0.1.1
interface
JSON_Child
{
key
:
{
name
:
string
|
number
|
symbol
;
type
:
"string"
|
"number"
|
"symbol"
;
}
;
value
:
JSON
;
}
Index
Properties
key
value
Properties
key
key
:
{
name
:
string
|
number
|
symbol
;
type
:
"string"
|
"number"
|
"symbol"
}
value
value
:
JSON
Settings
Member Visibility
Alpha
Beta
External
Inherited
Private
Protected
Theme
OS
Light
Dark
On This Page
Properties
key
value
GitHub
by Maddi Mathon
Utility TypeScript @ 2.0.0-beta
Loading...
The shape used when converting this object to JSON.
Since
0.1.1