Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteImpl<M, R>

Use one of the RouteImpl functions to create a RouteImpl instance.

Type parameters

Hierarchy

  • RouteImpl

Index

Properties

Methods

Properties

path

path: string

The route path.

Methods

mountOn

  • mountOn(router: R): void
  • Mounts the route on the server library.

    Parameters

    • router: R

    Returns void

Generated using TypeDoc