Store
A basic key value store.
internal access to data
subscribe to events within the store
Listen for value changes on a specified key.
the number of key / value pairs in the store
Proxied object that will detect dependencies and call the subscriptions and computed properties.
remove value for key in store
Resets the state to its original state and signals a dispose event to all the plugins.
Get value for key in store.
Check if store has key
remove value for key in store
Resets the state to its original state.
set value for key in store
Registers a subscription that will be called whenever the user gets, sets, or resets a value.
Subscription
An interface for creating subscriptions on the store.
Triggered when an item is deleted from the store.
Triggered when the dispose
method is called on the store.
Triggered when an item is read from the store.
Triggered when an item not previously in the store was set.
Triggered when the keys of the store where read. For example, the store is iterated over.
Triggered when the store is reset.
Triggered when an item is set in the store (regardless of if it was previously present or not).