Tutorial: System.getMonitorInfo

System.getMonitorInfo

Retrieves an object that contains data about the monitor setup of the computer that the runtime is running on

Example

fin.System.getMonitorInfo().then(monitorInfo => console.log(monitorInfo)).catch(err => console.log(err));