ol. ol.CollectionEvent

Source:
  • collection.js, line 43

Extends

  • goog.events.Event

Members

element :*

Stability: experimental

The element that is added to or removed from the collection.

Source:
  • collection.js, line 52

Events

add

Stability: experimental

Triggered when an item is added to the collection.

Source:
  • collection.js, line 19

remove

Stability: experimental

Triggered when an item is removed from the collection.

Source:
  • collection.js, line 25