Class Application

Primary entry point for the framework. Handles startup and shutdown.

Hierarchy (view full)

Constructors

Accessors

  • get defaultStyleSheet(): StyleSheet
  • Sets the global default stylesheet applied to all UI surfaces that don't have a local override.

    Returns StyleSheet

  • set defaultStyleSheet(value): void
  • Sets the global default stylesheet applied to all UI surfaces that don't have a local override.

    Parameters

    Returns void