Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineMvc.routingParamContext

import type { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts"; 

const { routingParamContext } = MandarineMvc;
interface routingParamContext {
className?: string;
methodName: string;
parameterIndex: number;
parameterName: string;
parameterType: DI.InjectionTypes;
}

§Properties

§
className?: string
[src]
§
methodName: string
[src]
§
parameterIndex: number
[src]
§
parameterName: string
[src]