Extends
Members
-
key{string}
-
The name of the property whose value is changing.
-
oldValue{*}
-
The old value. To get the new value use
e.target.get(e.key)
wheree
is the event object. -
target{Object}
-
The event target.
-
type{string}
-
The event type.
Methods
-
Prevent default. This means that no emulated
click
,singleclick
ordoubleclick
events will be fired. -
Stop event propagation.
Events
-
Generic change event. Triggered when the revision counter is increased.
-
Generic error event. Triggered when an error occurs.
-
Triggered when a property is changed.