MandarineMvc.Internal.InternalMiddleware
import type { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts";
const { InternalMiddleware } = MandarineMvc.Internal;
interface InternalMiddleware {
caller: InternalMiddlewareFunc;
configurationFlag: {
key: string;
expectedValue: any;
};enabled: boolean;
lifecycle: InternalMiddlewareLifecycle;
type: MiddlewareType;
}§Properties
§
caller: InternalMiddlewareFunc
[src]§
lifecycle: InternalMiddlewareLifecycle
[src]§
type: MiddlewareType
[src]