Context object passed to functions used in DocumentResolver definitions.
Contains information about the current URL being matched against route patterns.
Example
For a route pattern /blog/:category/:slug matching URL https://example.com/blog/tech/hello-world:
Context object passed to functions used in
DocumentResolver
definitions. Contains information about the current URL being matched against route patterns.Example
For a route pattern
/blog/:category/:slug
matching URLhttps://example.com/blog/tech/hello-world
: