Reference
MatchedRoute
Holds the route and params selected for a request pathname.
Signature
interface MatchedRouteMembers
params: Record<string, readonly string[] | string>route: AppRouteReference
Holds the route and params selected for a request pathname.
interface MatchedRouteparams: Record<string, readonly string[] | string>route: AppRoute