Preparing search index...
The search index is not available
tdjson
tdjson
JsonValueArray
Interface JsonValueArray
Represents a JSON array. Subtype of
JsonValue
.
interface
JsonValueArray
{
@type
:
"jsonValueArray"
;
values
:
JsonValue
[]
;
}
Index
Properties
@type
values
Properties
@type
@type
:
"jsonValueArray"
values
values
:
JsonValue
[]
The list of array elements.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
values
tdjson
Loading...
Represents a JSON array. Subtype of JsonValue.