本文介绍了 module 的描述信息。
公共方法
函数 | 返回值类型 | 说明 |
---|---|---|
| 无。 | 构造函数。 |
CubeModuleModel
声明:
public CubeModuleModel(String type, String fullClsName, String[] methods)
说明:构造函数。
参数:
参数
类型
说明
type
String
module 名称,例如 animation。
fullClsName
String
module 类完整包路径。
methods
String[]
module 中声明的 JS methods。
返回值:无。
文档内容是否对您有帮助?