Class: CollectionEvent

ol/Collection.CollectionEvent


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

Members

element{*}

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

Events

add

CollectionEventType.js, line 9

Triggered when an item is added to the collection.

remove

CollectionEventType.js, line 15

Triggered when an item is removed from the collection.