CollectionChangedEventData

data class CollectionChangedEventData(val moduleType: String, val moduleId: String, val affectedItemsCount: Long?, val items: List<CollectionItemChange>)

Holds data of event that arrives when the collection is changed.

Constructors

Link copied to clipboard
constructor(moduleType: String, moduleId: String, affectedItemsCount: Long?, items: List<CollectionItemChange>)

Properties

Link copied to clipboard

Count of affected items

Link copied to clipboard

List of item changes

Link copied to clipboard

ID of the module

Link copied to clipboard

Type of the module