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

Type declaration

  • dispatch: Dispatch
  • getActionChain: (() => ActionType[])
      • (): ActionType[]
      • Returns ActionType[]

  • getDependencyGraph: (() => Map<object, DepNodeAssembly>)
      • (): Map<object, DepNodeAssembly>
      • Returns Map<object, DepNodeAssembly>

Generated using TypeDoc