matchedRoute
The route pattern that matched most recently.
matchedRoute: string;
Notes
- This is the normalized route pattern string used internally for matching.
- Wildcard routes include a trailing
/*, while the catch-all route is exposed as*. - This value is empty when no route matched.
Related
class ActivityRouter
A class that manages activation and deactivation of activities, with support for path-based routing.
