Documentation

class AppContext

A singleton class that represents the global application state.

class AppContext extends ObservableObject;

Description

An instance of this class is available as app during the entire lifecycle of the application. Use that to access all properties and methods of AppContext, e.g. app.log and app.addActivity(...).

Static members

Instance members

Inherited members