Constructor Summary
| Public Constructor | ||
| public |
constructor(dispatcher: APIDispatcher) Sets the the dispatcher and appropriate actions for policies |
|
Inherited Summary
| From class BaseStore | ||
| public |
Determines whether or not the state of this store has changed. |
|
| public |
Used to reduce a stream of actions coming from the dispatcher into a |
|
| public |
where(source: QueryObject): Array<object> Queries the store for resources matching the source object |
|
Public Constructors
public constructor(dispatcher: APIDispatcher) source
Sets the the dispatcher and appropriate actions for policies
Override:
BaseStore#constructorParams:
| Name | Type | Attribute | Description |
| dispatcher | APIDispatcher | The dispatcher to register with |