Class: ObjectEvent

ol/Object~ObjectEvent


Events emitted by module:ol/Object~BaseObject instances are instances of this type.

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) where e is the event object.

Events

propertychange

ObjectEventType.js, line 9

Triggered when a property is changed.