Page Contents
Home > @loopback/rest > RoutingTable > (constructor)
RoutingTable.(constructor)
Constructs a new instance of the RoutingTable class
Signature:
constructor(_router?: RestRouter, _externalRoutes?: ExternalExpressRoutes | undefined);
Parameters
| Parameter | Type | Description |
|---|---|---|
|
_router |
(Optional) | |
|
_externalRoutes |
ExternalExpressRoutes | undefined |
(Optional) |