Interface RouteParameterResolverContext

Hierarchy

  • RouteParameterResolverContext

Properties

name: any

The parameter name (variable name).

request: HttpRequest
token: any
type: ReflectionParameter
value: any

The raw parameter value from the path, if the parameter is defined in the path (e.g. /user/:name). If not in the path, you have to use parameters.<name> instead.

Generated using TypeDoc