UrlMatchResult
Type Alias
Represents the result of matching URLs with a custom matching function.
API
Description
type UrlMatchResult = { consumed: UrlSegment[]; posParams?: {[name: string]: UrlSegment};}
Jump to details
Represents the result of matching URLs with a custom matching function.
type UrlMatchResult = { consumed: UrlSegment[]; posParams?: {[name: string]: UrlSegment};}