Constructor Summary
| Public Constructor | ||
| public |
constructor(dispatcher: APIDispatcher) Sets the the dispatcher and appropriate actions for products |
|
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 |
|
| From class CountableStore | ||
| public |
count(query: ResourceQuery): number Returns the count for the given query |
|
| public |
reduce(state: *, action: *): * |
|
Public Constructors
public constructor(dispatcher: APIDispatcher) source
Sets the the dispatcher and appropriate actions for products
Override:
CountableStore#constructorParams:
| Name | Type | Attribute | Description |
| dispatcher | APIDispatcher | The dispatcher to regiter with |