Blockbench Reference Docs
Preparing search index...
generated/interface/start_screen
addStartScreenSection
Function addStartScreenSection
addStartScreenSection
(
id
:
string
,
data
:
{
click
:
Function
;
closable
:
boolean
;
color
:
string
;
features
:
any
[]
;
graphic
:
{
aspect_ratio
?:
number
;
description
?:
string
;
height
?:
number
;
icon
?:
string
;
source
?:
string
;
text_color
?:
string
;
type
:
string
;
width
?:
number
;
}
;
insert_after
:
string
;
insert_before
:
string
;
last
:
boolean
;
layout
:
"vertical"
|
"horizontal"
;
text
:
{
text
:
string
;
type
:
string
;
[
key
:
number
]:
any
}
[]
;
text_color
:
string
;
}
,
)
:
{
delete
()
:
void
}
Parameters
id
:
string
Identifier
data
:
{
click
:
Function
;
closable
:
boolean
;
color
:
string
;
features
:
any
[]
;
graphic
:
{
aspect_ratio
?:
number
;
description
?:
string
;
height
?:
number
;
icon
?:
string
;
source
?:
string
;
text_color
?:
string
;
type
:
string
;
width
?:
number
;
}
;
insert_after
:
string
;
insert_before
:
string
;
last
:
boolean
;
layout
:
"vertical"
|
"horizontal"
;
text
:
{
text
:
string
;
type
:
string
;
[
key
:
number
]:
any
}
[]
;
text_color
:
string
;
}
Returns
{
delete
()
:
void
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Blockbench Reference Docs
Loading...
Identifier