onError

JavaScript

virtualUI.onError = function(message){;

 //...TODO

};

Parameters

Parameters

Description

handler

callback as function. The event will be fired once the app generates an error at run-time.

Returns

message as string

Description

Occurs when 'error' is triggered.

File

Thinfinity.VirtualUI