Store
Constructor Summary
| Public Constructor | ||
| public |
constructor(opts: *) |
|
Member Summary
| Public Members | ||
| public |
composers: * |
|
| public |
middleware: * |
|
| public |
options: * |
|
| public |
reducers: * |
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
addReducer(name: *, reducer: *) |
|
| public |
finalize(http: *): * |
|
| public |
getInitialState(): * |
|
| public |
getWrappedComponent(store: *, instance: *): * |
|
| public |
removeReducer(name: *) |
|
| public |
upgradeWithRouting(reducers: *, routingMiddleware: *) |
|
Public Constructors
public constructor(opts: *) source
Params:
| Name | Type | Attribute | Description |
| opts | * |
Public Members
public composers: * source
public middleware: * source
public options: * source
public reducers: * source
public routingMiddleware: * source
Public Methods
public addReducer(name: *, reducer: *) source
Params:
| Name | Type | Attribute | Description |
| name | * | ||
| reducer | * |
public getWrappedComponent(store: *, instance: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| instance | * |
Return:
| * |
public removeReducer(name: *) source
Params:
| Name | Type | Attribute | Description |
| name | * |
public upgradeWithRouting(reducers: *, routingMiddleware: *) source
Params:
| Name | Type | Attribute | Description |
| reducers | * | ||
| routingMiddleware | * |