Extends
- goog.events.Event
- oli.ObjectEvent
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.
Events
-
propertychange
src/ol/object.js, line 15 -
Triggered when a property is changed.