# IntentFilter

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

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

Filter for retrieving Intents.

## Properties

- **`contextType`** (`string`, optional)
  The type of predefined data structure with which the Intent handler works.
- **`name`** (`string`, optional)
  Name of the Intent to retrieve.
- **`resultType`** (`string`, optional)
  The type of predefined data structure which the Intent handler returns.
