Lupa API Reference / network/types / MatchedRoute
Interface: MatchedRoute
Defined in: src/network/types.ts:174
Container for a matched route alongside its evaluated pattern result.
Properties
route
route:
RouteDefinition
Defined in: src/network/types.ts:178
The route definition that successfully matched.
urlMatch?
optionalurlMatch?:URLPatternResult
Defined in: src/network/types.ts:183
The result of URLPattern.exec(), containing extracted path parameters.