Reference

MatchedRoute

Holds the route and params selected for a request pathname.

Signature

interface MatchedRoute

Members

params: Record<string, readonly string[] | string>
route: AppRoute