Extends
Members
- 
    
element{*}
 - 
    
    
The element that is added to or removed from the collection.
 - 
    
target{Object}
 - 
    
    
The event target.
 - 
    
type{string}
 - 
    
    
The event type.
 
Methods
- 
    
    
Stop event propagation.
 - 
    
    
Stop event propagation.
 
Events
- 
    
add
src/ol/collectioneventtype.js, line 7 - 
    
    
Triggered when an item is added to the collection.
 - 
    
    
Generic change event. Triggered when the revision counter is increased.
 - 
    
remove
src/ol/collectioneventtype.js, line 13 - 
    
    
Triggered when an item is removed from the collection.
 
 OpenLayers