Class: Controller

Controller(jawId, jawDefinition)

The Class to extend to create Controller classes.

Constructor

new Controller(jawId, jawDefinition)

Parameters:
Name Type Description
jawId string The internal id taht will identify the Controller class.
jawDefinition object An object with method to assign to this class. This parameter is deprecated and will be removed. Still exisists for back-compatibility reason. The jawDefinition parameter is deprecated and will be removed. Still exisists for back-compatibility reason.
Source: