Skip to content

Commit e638b29

Browse files
nesjettalxhub
authored andcommitted
docs(router): document segment consumption during route evaluation (#58069)
PR Close #58069
1 parent fae3c83 commit e638b29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/router/src/models.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,9 @@ export interface CanMatch {
11151115
*
11161116
* {@example router/route_functional_guards.ts region="CanMatchFn"}
11171117
*
1118+
* @param route The route configuration.
1119+
* @param segments The URL segments that have not been consumed by previous parent route evaluations.
1120+
*
11181121
* @publicApi
11191122
* @see {@link Route}
11201123
*/

0 commit comments

Comments
 (0)