A basic key value store.
Name
Description
Type
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.