Script API - v1.26.10.22
Preparing search index...
@minecraft/server-editor
ICollectionTreeEntryStringItemParams
Type Alias ICollectionTreeEntryStringItemParams
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
External
Inherited
Private
Protected
Deprecated
Beta
Write Privilege
World Ready
Theme
OS
Light
Dark
On This Page
Properties
enabled
on
Change
title
tooltip
value
visible
Script API - v1.26.10.22
Loading...
Parameters to create string field in a collection tree entry