Page Contents
Home > @loopback/rest > ResolvedRoute
ResolvedRoute interface
A route with path parameters resolved
Signature:
export interface ResolvedRoute extends RouteEntry
Extends: RouteEntry
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
pathParams | readonly |
PathParameterValues | |
schemas | readonly |
SchemasObject | Server/application wide schemas shared by multiple routes, e.g. model schemas. This is a temporary workaround for missing support for $ref references, see https://github.com/loopbackio/loopback-next/issues/435 |