Skip to content

Display

Display interface provides access to the display elements of the system. The Display interface can interact with the grid, system alerts, etc. They are only relevant when the UI app is open. Any and all calls to Display interface have no effect when a UI is not open.

Display.alert

Displays a message in a modal popup.

Display.alert("text")
Display.alert("text");

Display.intoView

Brings a chart into the view (work in progress).