A route result that includes the evaluation results of the route.

This type is necessary for the internal workings of the router to ensure that the evaluation results are included in the route result and to avoid requiring it to be merged in the original route instance.

Methods

  • The absolute path of the route by combining the router's base path and the route's path.

    Parameters

    • basePath: string = ...

    Returns string

  • The string representation of the route including the querystring.

    Returns string