# GetByBoundsOptions

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

**Source**: https://docs.interop.io/desktop/reference/javascript/displays/getbyboundsoptions/index.html

Options for retrieving a display by bounds.

## Properties

- **`bounds`** (`Bounds`, required)
  The bounds to use to match a display.
- **`type`** (`BoundsType`, required)
  The coordinate system of the provided bounds.

## Related types

- [Bounds](https://docs.interop.io/desktop/reference/javascript/displays/bounds/index.md)
- [BoundsType](https://docs.interop.io/desktop/reference/javascript/displays/boundstype/index.md)
