# IntentFilter

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

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

Specifies the search criteria for the Intent API's `find()` method.

## Properties

- **`contextType`** (`string`, optional)
  The name of the context type to be used in the lookup.
- **`name`** (`string`, optional)
  The name of the intent to be used in the lookup.
- **`resultType`** (`string`, optional)
  The type of the intent result to be used in the lookup.
