onCreate property

Event<StoreCreateEvent<SessionData>> onCreate
finalinherited

Emitted when a new key is added to the store. The event contains the key and the value of type T.

Implementation

abstract final Event<StoreCreateEvent<T>> onCreate;