onChange property

OnChange<CollectionChangeEvent<K, V>>? onChange
getter/setter pair

A synchronous event called individually for every element added, removed, or updated in the collection.

Implementation

OnChange<CollectionChangeEvent<K, V>>? onChange;