Class: CollectionEvent

ol/Collection.CollectionEvent


Events emitted by Collection instances are instances of this type.

Extends

Members

element{T}

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

index{number}

The index of the added or removed element.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

Prevent default. This means that no emulated click, singleclick or doubleclick events will be fired.

stopPropagation() inherited

Stop event propagation.

Events

Triggered when an item is added to the collection.

Generic change event. Triggered when the revision counter is increased.

Generic error event. Triggered when an error occurs.

Triggered when an item is removed from the collection.