Interface: PropertyChangeEvent<V>
Events.PropertyChangeEvent
Represents a property change event.
Type parameters
Name | Description |
---|---|
V | The type of the new value associated with the property change. |
Properties
target
• target: Object3D
<Object3DEventMap
>
A reference to the object to which the event was originally dispatched.
Defined in
value
• value: V
The new value associated with the property change.