Type Alias: ReduxModuleDefinition<S>
ReduxModuleDefinition<
S
> =object
Defined in: index.d.ts:43
Type Parameters
Type Parameter | Default type |
---|---|
S | any |
Properties
Property | Type | Defined in |
---|---|---|
eventReducers | Record <string , Reducer <S >> | index.d.ts:47 |
id | string | index.d.ts:44 |
initialState? | S | index.d.ts:46 |
selectorDefinitions | readonly SelectorDefinition [] | index.d.ts:48 |
type | "redux-module" | index.d.ts:45 |