onUpdate property
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;
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
.
abstract final Event<StoreUpdateEvent<T>> onUpdate;