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));
Retrieves an object that contains data about the monitor setup of the computer that the runtime is running on
fin.System.getMonitorInfo().then(monitorInfo => console.log(monitorInfo)).catch(err => console.log(err));