defaultUrlMatcher
function
Matches the route configuration (route
) against the actual URL (segments
).
API
Description
function defaultUrlMatcher( segments: UrlSegment[], segmentGroup: UrlSegmentGroup, route: Route): UrlMatchResult | null;
defaultUrlMatcher
UrlMatchResult | null
Matches the route configuration (route
) against the actual URL (segments
).
When no matcher is defined on a Route
, this is the matcher used by the Router by default.
@returns
UrlMatchResult | null
Jump to details