R.Store Class
Item Index
Methods
Methods
createStore
(
R.Store.StoreInstance
public
-
specs
Initializes the Store according to the specifications provided
Parameters:
-
specs
ObjectOptions to create the store.
Returns:
R.Store.StoreInstance:
StoreInstance The instance of the created StoreInstance
StoreInstance
()
public
Subscription
(
public
-
key
Represents a single subscription into a Store to avoid the pain of passing Functions back and forth.
An instance of R.Store.Subscription is returned by sub and should be passed to unsub.
Parameters:
-
key
String