AboutSupportDeveloper GuideVersion 38.126.82.64
interface MonitorDetails {
    available: DipScaleRects;
    availableRect: RectangleByEdgePositions;
    deviceId: string | number;
    deviceScaleFactor: number;
    displayDeviceActive: boolean;
    dpi: Point;
    monitor: DipScaleRects;
    monitorRect: RectangleByEdgePositions;
    name: string | number;
}

Properties

available: DipScaleRects

The available DIP scale coordinates.

The available monitor coordinates.

deviceId: string | number

The device id of the display.

deviceScaleFactor: number

The device scale factor.

displayDeviceActive: boolean

True if the display is active.

dpi: Point
monitor: DipScaleRects

The monitor coordinates.

The monitor coordinates.

name: string | number

The name of the display.