@minecraft/server-editor
Preparing search index...
ListPaneBoolEntryParams
Type Alias ListPaneBoolEntryParams
Beta
List Pane Bool entry creation parameter
type
ListPaneBoolEntryParams
=
{
enabled
?:
boolean
;
icon
?:
string
;
onChange
?:
(
newValue
:
boolean
,
oldValue
:
boolean
,
entry
:
IListPaneBoolEntry
,
)
=>
void
;
tooltip
?:
BasicTooltipContent
;
type
:
Bool
;
value
:
IObservableProp
<
boolean
>
;
visible
?:
boolean
;
}
Index
Properties
enabled?
icon?
on
Change?
tooltip?
type
value
visible?
Properties
Optional
enabled
enabled
?:
boolean
Optional
icon
icon
?:
string
Optional
on
Change
onChange
?:
(
newValue
:
boolean
,
oldValue
:
boolean
,
entry
:
IListPaneBoolEntry
,
)
=>
void
Optional
tooltip
tooltip
?:
BasicTooltipContent
type
type
:
Bool
value
value
:
IObservableProp
<
boolean
>
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Not Early Execution
Theme
OS
Light
Dark
On This Page
Properties
enabled
icon
on
Change
tooltip
type
value
visible
@minecraft/server-editor
Loading...
List Pane Bool entry creation parameter