Preparing search index...
The search index is not available
Documentation
Documentation
core
ConfigurationBooleanParameter
Interface ConfigurationBooleanParameter
interface
ConfigurationBooleanParameter
{
default
:
boolean
;
name
:
string
;
options
:
{
off
:
{
commands
:
ConfigurationCommand
[]
;
name
:
string
;
}
;
on
:
{
commands
:
ConfigurationCommand
[]
;
name
:
string
;
}
;
}
;
type
:
"number"
|
"select"
|
"toggle"
|
"text"
;
}
Hierarchy (
view full
)
ConfigurationParameter
ConfigurationBooleanParameter
Index
Properties
default
name
options
type
Properties
default
default
:
boolean
name
name
:
string
options
options
:
{
off
:
{
commands
:
ConfigurationCommand
[]
;
name
:
string
;
}
;
on
:
{
commands
:
ConfigurationCommand
[]
;
name
:
string
;
}
;
}
Type declaration
off
:
{
commands
:
ConfigurationCommand
[]
;
name
:
string
;
}
commands
:
ConfigurationCommand
[]
name
:
string
on
:
{
commands
:
ConfigurationCommand
[]
;
name
:
string
;
}
commands
:
ConfigurationCommand
[]
name
:
string
type
type
:
"number"
|
"select"
|
"toggle"
|
"text"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
default
name
options
type
Documentation
core - v0.0.0
editor
studio - v0.0.1
viewer - v0.0.0
Generated using
TypeDoc