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>)