[ readonly ] ui

Description:

This is a global instance of the main SwingUI class.
Use this variable to call functions of SwingUI class.

Type: SwingUI

Examples:

let _screens = ui.screens; // enumerates screens in Array
const data = ui.clipboard(); // retrieves data copied to clipboard

Also See: