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