Blockbench Reference Docs
Preparing search index...
generated/interface/dialog
DialogSidebarOptions
Interface DialogSidebarOptions
interface
DialogSidebarOptions
{
actions
?:
(
string
|
Action
|
ActionInterface
)
[]
;
page
?:
string
;
pages
?:
{
[
key
:
string
]:
|
string
|
MenuSeparator
|
{
color
?:
string
;
icon
:
string
;
label
:
string
}
;
}
;
onPageSwitch
?
(
page
:
string
)
:
void
;
}
Index
Properties
actions?
page?
pages?
Methods
on
Page
Switch?
Properties
Optional
actions
actions
?:
(
string
|
Action
|
ActionInterface
)
[]
Optional
page
page
?:
string
Optional
pages
pages
?:
{
[
key
:
string
]:
|
string
|
MenuSeparator
|
{
color
?:
string
;
icon
:
string
;
label
:
string
}
;
}
Methods
Optional
on
Page
Switch
onPageSwitch
?
(
page
:
string
)
:
void
Parameters
page
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
actions
page
pages
Methods
on
Page
Switch
Blockbench Reference Docs
Loading...