Preparing search index...
The search index is not available
tdjson
tdjson
OptionValueBoolean
Interface OptionValueBoolean
Represents the value of an option. Subtype of
OptionValue
.
interface
OptionValueBoolean
{
@type
:
"optionValueBoolean"
;
value
?:
boolean
;
}
Index
Properties
@type
value?
Properties
@type
@type
:
"optionValueBoolean"
Optional
value
value
?:
boolean
The value of the option.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
value
tdjson
Loading...
Represents the value of an option. Subtype of OptionValue.