@minecraft/server-editor
Preparing search index...
ICollectionTreeEntryStringItemParams
Type Alias ICollectionTreeEntryStringItemParams
Beta
Parameters to create string field in a collection tree entry
type
ICollectionTreeEntryStringItemParams
=
{
enabled
?:
boolean
;
onChange
?:
(
newValue
:
string
,
oldValue
:
string
,
item
:
ICollectionTreeEntryStringItem
,
)
=>
void
;
title
?:
LocalizedString
;
tooltip
?:
BasicTooltipContent
;
value
:
IObservableProp
<
string
>
;
visible
?:
boolean
;
}
Index
Properties
enabled?
on
Change?
title?
tooltip?
value
visible?
Properties
Optional
enabled
enabled
?:
boolean
Optional
on
Change
onChange
?:
(
newValue
:
string
,
oldValue
:
string
,
item
:
ICollectionTreeEntryStringItem
,
)
=>
void
Optional
title
title
?:
LocalizedString
Optional
tooltip
tooltip
?:
BasicTooltipContent
value
value
:
IObservableProp
<
string
>
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Not Early Execution
Theme
OS
Light
Dark
On This Page
Properties
enabled
on
Change
title
tooltip
value
visible
@minecraft/server-editor
Loading...
Parameters to create string field in a collection tree entry