[ 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; // lists screens in an Array
const data = ui.clipboard(); // retrieves data copied to clipboard

Also See: