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