Class: CollectionEvent

saij/core/Collection.CollectionEvent


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

Members

element{*}

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

Events

add

src/saij/core/CollectionEventType.js, line 10

Triggered when an item is added to the collection.

remove

src/saij/core/CollectionEventType.js, line 16

Triggered when an item is removed from the collection.