onDelete property
Emitted when a key is deleted from the store.
The event contains the key and the value of type T
.
Implementation
abstract final Event<StoreDeleteEvent<T>> onDelete;
Emitted when a key is deleted from the store.
The event contains the key and the value of type T
.
abstract final Event<StoreDeleteEvent<T>> onDelete;