module
meteoJS/synview/collection
Source: synview/
Child class
Events
Class
Collection
Events
add:item
Triggered on adding item to collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
Added |
object |
|
item. |
remove:item
Triggered on removing item from collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
Removed |
object |
|
item. |
replace:item
Triggered on replacing item with already existing ID.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
Added |
object |
|
item. |
Replaced |
object |
|
and removed item. |