# AppAddedEvent

**Kind**: interface | **Module**: [Apps](https://docs.interop.io/desktop/reference/javascript/apps/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/apps/appaddedevent/index.html

Describes the argument received by the callback function for handling the app added event.

## Properties

- **`app`** (`ApplicationCore`, required)
  Describes the app that has been added to the environment.

## Related types

- [ApplicationCore](https://docs.interop.io/desktop/reference/javascript/apps/applicationcore/index.md)
