Interface: AdapterMiddlewareOptions
Interface: AdapterMiddlewareOptions
AdapterMiddleware options.
This interface defines the configuration options for marking a class as middleware.
Properties
adapterAlias?
optional adapterAlias: string;
The alias name for which the middleware is used.
params?
optional params: unknown[];
The params to pass to the middleware.
platform?
optional platform: string;
The platform name for which the middleware is used.
priority?
optional priority: number;
The execution priority of the middleware.