# FilterHandlersResult

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

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

Describes the result returned by the `filterHandlers()` method.

*Since: io.Connect Desktop 9.2, @interopio/desktop 6.2.0*

## Properties

- **`handlers`** (`IntentHandler[]`, required)
  List of Intent handlers that satisfy the filter criteria.

## Related types

- [IntentHandler](https://docs.interop.io/desktop/reference/javascript/intents/intenthandler/index.md)
