# BoundsType

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

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

Describes the coordinate system of the display bounds.
- `"physical"` - the bounds represent physical screen pixels;
- `"electron"` - the bounds represent Electron DIP (device independent) pixels;
- `"logical"` - the location is scaled by the primary display scale factor, the size - by the target display scale factor;

## Members

- **`"physical"`**
- **`"electron"`**
- **`"logical"`**
