Type alias MiddlewareParam
MiddlewareParam: { dispatch: Dispatch; getActionChain: (() => ActionType[]); getDependencyGraph: (() => Map<object, DepNodeAssembly>); } Type declaration
getActionChain: (() => ActionType[])
- (): ActionType[]
Returns ActionType[]
getDependencyGraph: (() => Map<object, DepNodeAssembly>)
- (): Map<object, DepNodeAssembly>
Returns Map<object, DepNodeAssembly>