Skip to content
Tauri

Monitor

Defined in: window.ts:47

Allows you to retrieve information about a given monitor.

1.0.0

name: null | string

Defined in: window.ts:49

Human-readable name of the monitor


position: PhysicalPosition

Defined in: window.ts:53

the Top-left corner position of the monitor relative to the larger full screen area.


scaleFactor: number

Defined in: window.ts:60

The scale factor that can be used to map physical pixels to logical pixels.


size: PhysicalSize

Defined in: window.ts:51

The monitor’s resolution.


workArea: object

Defined in: window.ts:55

The monitor’s work area.

position: PhysicalPosition

size: PhysicalSize


© 2025 Tauri Contributors. CC-BY / MIT