Methods
# getCacheName()
Name of cache the collection event is registered against.
# getCollectionItem()
Contains current value if collection event was registered against
# getCollectionType() → {CollectionTypeValue}
The type of collection, pertaining to
Returns:
- Type
- CollectionTypeValue
# getEventType() → {EventType}
Event types the event is registered against.
Returns:
- Type
- EventType
# getOldCollectionItem()
Contains previous value if collection event was registered against
Returns:
Object