The event type.
The property name.
The old value for key
.
Events emitted by ol.Object instances are instances of this type.
The name of the property whose value is changing.
stable
The old value. To get the new value use e.target.get(e.key)
where
e
is the event object.
stable
The event target.
stable
The event type.
stable
Generated using TypeDoc
Classdesc
Events emitted by ol.Object instances are instances of this type.
Param: type
The event type.
Param: key
The property name.
Param: oldValue
The old value for
key
.