active
The list of currently active route-matched activities.
readonly active: ObservableList<Activity>;
Notes
- This list contains references to activities that were activated by the most recent route match. It does not include activities added via add() (those are managed manually).
- Observe or bind to this list to react to route changes, e.g. to detect the presence of a detail activity in a list-detail view.
Related
class ActivityRouter
A class that manages activation and deactivation of activities, with support for path-based routing.
