Class: Dialog

Dialog

Manages displaying interface elements

Constructor

new Dialog()

Source:

Methods

(static) addAction(actionName, callback)

Adds interface action.
Parameters:
Name Type Description
actionName string
callback function
Source:

(abstract) resize()

Resizes the dialog
Source:

show()

Changes the current dialog to itself therefore making itself visible and appearing on the screen
Source: