onDelete property

Event<StoreDeleteEvent<T>> onDelete
final

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;