Class: ObjectEvent

ol.ObjectEvent

Events emitted by ol.Object instances are instances of this type.

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

Events

propertychange

src/ol/object.js, line 15

Triggered when a property is changed.