Interface: ChangeEvent\
January 3, 2026 ยท View on GitHub
Interface: ChangeEvent<T>
Describes a change event with the new state of the object and an array
indicating which property has changed.
Type Parameters
T
T
Properties
changedProperties
readonlychangedProperties: readonly keyofT[]
An array properties that have changed in the object.
object
readonlyobject:T
The new state of the object