# InstanceStartedEvent

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

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

Describes the argument received by the callback function for handling the instance started event.

## Properties

- **`instance`** (`ApplicationInstance`, required)
  Describes the app instance that has been started.

## Related types

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