Preparing search index...
The search index is not available
tdjson
tdjson
JsonValueString
Interface JsonValueString
Represents a string JSON value. Subtype of
JsonValue
.
interface
JsonValueString
{
@type
:
"jsonValueString"
;
value
:
string
;
}
Index
Properties
@type
value
Properties
@type
@type
:
"jsonValueString"
value
value
:
string
The value.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
value
tdjson
Loading...
Represents a string JSON value. Subtype of JsonValue.