# IntentContext

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

**Source**: https://docs.interop.io/desktop/reference/javascript/intents/intentcontext/index.html

Describes the predefined data structure that will be passed to an Intent handler.

## Properties

- **`data`** (`{ [key: string]: any }`, optional)
  Data passed as an argument to the Intent handler implementation.
- **`type`** (`string`, optional)
  Type of the predefined data structure.
