A type of tested route.
Readonly
entryThe first entry the matcher should match against.
Readonly
entryThe index of the first entry within the route path the matcher should match against.
Always less than path length.
Readonly
matcherThe index of the matcher in the route pattern.
Readonly
nameAn offset of the first character within first entry name the matcher should match against.
Readonly
patternThe route pattern the matcher belongs to.
Readonly
routeTarget route.
Generated using TypeDoc
Route match context.
This is passed to route matcher to indicate the position inside the route the match should be searched at.