# AppDataOptions

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

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

Options for selecting or filtering apps.

## Properties

- **`includeDefinition`** (`boolean`, optional) default: `false`
  If `true`, the app definition will be included in the result.
- **`includeInstances`** (`boolean`, optional) default: `true`
  If `true`, all currently available app instances will be included in the result.
