activities
The current activity context, an instance of ActivityContext.
readonly
readonly activities: ActivityContext
Notes
- This object (indirectly) contains all activity instances, as well as the current location path object.
Note
To add an activity to the application, use the app.addActivity() method instead.
Related
- class GlobalContextA singleton class that represents the global application state.