Preparing search index...
The search index is not available
Script API - v1.21.30
Script API - v1.21.30
@minecraft/server-editor@0.1.0-beta
OnChangeCallback
Type Alias OnChangeCallback<T, Prop>
OnChangeCallback
:
(
obj
:
T
,
property
:
Prop
,
oldValue
:
object
,
newValue
:
object
,
)
=>
void
Callback to execute when a value of a property item is updated.
Type Parameters
T
extends
PropertyBag
Prop
extends
keyof
T
&
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Script API - v1.21.30
Loading...
Callback to execute when a value of a property item is updated.