MiddlewareScope
A scope for a Middleware.
Do not implement this interface directly. New methods or properties might be added to this interface in the future.
Properties
Functions
Link copied to clipboard
Dispatches an action. It is the same as calling Store.dispatch.
Link copied to clipboard
Calls the next middleware function in the chain, or the real Store.dispatch function if the middleware is the last in the chain.