onCreate property
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;
Emitted when a new key is added to the store.
The event contains the key and the value of type T
.
abstract final Event<StoreCreateEvent<T>> onCreate;