AppData: { baseUrl?: string; name?: string; state: AppState; version?: Version }

The data of the app.

Type declaration

  • OptionalbaseUrl?: string

    The base url of the app.

  • Optionalname?: string

    The name of the app.

  • state: AppState

    The state of the app.

  • Optionalversion?: Version

    The current version of the app.