Skip to main content

Interface: PropertyChangeEvent<V>

Events.PropertyChangeEvent

Represents a property change event.

Type parameters

NameDescription
VThe 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

src/events/Events.ts:397


value

value: V

The new value associated with the property change.

Defined in

src/events/Events.ts:399