Namespace: IModuleOption

M. IModuleOption

供include module时使用的选项的接口

Members

<static> context :Object

执行onincluded和methodize时会用到
Type:
  • Object

<static> methodize :boolean

是否对所有函数成员进行methodize
Type:
  • boolean

<static> methodizeTo :function

通过这个函数获得methodize时的第一参数
Type:
  • function

<static> stopCallback :boolean

停止调用module.onIncluded, 考虑类似这种情况:当include一个module类时,应该copy成员到类的prototype,module的onIncluded则在类的initialize中调用
Type:
  • boolean

<static> supports :Array

可以被mix到哪些类型
Type:
  • Array