Returns the list of all the monitors available on the system.
import { availableMonitors } from '@tauri-apps/api/window';const monitors = await availableMonitors(); Copy
import { availableMonitors } from '@tauri-apps/api/window';const monitors = await availableMonitors();
1.0.0
Returns the list of all the monitors available on the system.