onDelete property

Event<StoreDeleteEvent<SessionData>> onDelete
finalinherited

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;