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
-
preventDefault() inherited
src/ol/events/event.js, line 48 -
Stop event propagation.
-
stopPropagation() inherited
src/ol/events/event.js, line 55 -
Stop event propagation.
Events
-
change inherited experimental
src/ol/events.js, line 13 -
Generic change event.
-
propertychange
src/ol/object.js, line 15 -
Triggered when a property is changed.