AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface MonitorDetails

    interface MonitorDetails {
        available: DipScaleRects;
        availableRect: RectangleByEdgePositions;
        deviceId: string | number;
        deviceScaleFactor: number;
        displayDeviceActive: boolean;
        dpi: Point;
        monitor: DipScaleRects;
        monitorRect: RectangleByEdgePositions;
        name: string | number;
    }
    Index
    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.