devMode

JavaScript

virtualUI.devMode;

if (virtualUI.devMode === true){

 //...TODO

}

Returns

Returns Boolean, depending on the mode value.

Description

Retrieves information about the current mode. In the developer environment only one application can run at the same time. By default the assigned port is 6080, if it's available.

File

Thinfinity.VirtualUI