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