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](/doc/en/lb4/apidocs.rest.resolvedroute.pathparams.html) `readonly` [PathParameterValues](/doc/en/lb4/apidocs.rest.pathparametervalues.html)
[schemas](/doc/en/lb4/apidocs.rest.resolvedroute.schemas.html) `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