onUpdate property

Event<StoreUpdateEvent<T>> onUpdate
final

Emitted when a key is updated in some way: overwritten, some piece changes, etc. The event contains the key and the value of type T.

Implementation

abstract final Event<StoreUpdateEvent<T>> onUpdate;