# My

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

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

Provides access to the current app instance.

## Properties

- **`appName`** (`string`, required)
  The name of the current app.
- **`instance`** (`ApplicationInstance`, required)
  Describes the current app instance.

## Related types

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