Page Contents
Home > @loopback/rest > RouteSource
RouteSource class
Signature:
export declare class RouteSource implements InvocationSource<RouteEntry>
Implements: InvocationSource<RouteEntry>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(value) | Constructs a new instance of the RouteSource class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| type | string | ||
| value | RouteEntry |
Methods
| Method | Modifiers | Description |
|---|---|---|
| toString() |