Blockbench Reference Docs
Preparing search index...
generated/interface/experimental_settings
ExperimentalSettings
Variable ExperimentalSettings
Const
ExperimentalSettings
:
{
settings
:
Record
<
string
,
FormElementOptions
>
;
values
:
Record
<
string
,
FormResultValue
>
;
add
(
id
:
string
,
options
:
FormElementOptions
)
:
void
;
get
(
id
:
string
)
:
FormResultValue
;
showDialog
()
:
void
;
}
Type Declaration
settings
:
Record
<
string
,
FormElementOptions
>
values
:
Record
<
string
,
FormResultValue
>
add
:
function
add
(
id
:
string
,
options
:
FormElementOptions
)
:
void
Parameters
id
:
string
options
:
FormElementOptions
Returns
void
get
:
function
get
(
id
:
string
)
:
FormResultValue
Parameters
id
:
string
Returns
FormResultValue
showDialog
:
function
showDialog
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Blockbench Reference Docs
Loading...