Members
(constant) MODULE_NAME :string
Defines the module name.
Type:
- string
Methods
Factory(storeKey) → {FactoryReturns}
- Source:
- See:
Factory creates reduxed components.
Parameters:
Name | Type | Description |
---|---|---|
storeKey |
string | The store/reducer key. |
Returns:
- Type
- FactoryReturns
Reducer(state, action)
- Source:
- See:
Reducer
is the handler function for redux actions.
Parameters:
Name | Type | Description |
---|---|---|
state |
object | The current reducer state or init state. |
action |
obejct | The current action to process. |
Type Definitions
FactoryReturns
Properties:
Name | Type | Description |
---|---|---|
Status |
Component | Reduxed |
Type:
- Object
ReducerState
- Source:
- See:
-
- {Reducer}
Properties:
Name | Type | Description |
---|---|---|
connected |
boolean |
|
scheduled |
number | Timeout in milliseconds before |
stopped |
boolean |
|
Type:
- Object