Introduction
Module description information.
Methods
CubeModuleModel
/**
* Constructor.
* @param type The name of the module, such as animation.
* @param fullClsName The full package path of the module class.
* @param methods The JavaScript (JS) methods declared in the module.
*/
public CubeModuleModel(String type, String fullClsName, String[] methods)