A type of tested route.
Optional Readonly entryThe first entry of the match or undefined for the position after the route end.
Readonly entryThe index of the first entry of the match.
Equals to path length for the position after the end of the route.
Readonly matcherThe index of the matcher in the route pattern.
Readonly nameAn offset of the first character within the first entry of the match.
Readonly patternThe route pattern the matcher belongs to.
Readonly routeTarget route.
Generated using TypeDoc
A position of the match inside the route.
May represent a position after the end of the route.