When you use this methods mixin, please keep in mind that the target Class you want mix must be inherited from EventEmitter

Hierarchy

  • EmitterMix

Implements

Constructors

Properties

$$isEmitter: true = true
$$parent: EmitterMix

The parent of event.

List is a parent of Base or Layer.

This field has the name $$parent declared, which keep consistent with /model/basic/Base.class

noEmit: boolean

Methods

  • 设置 mix 的配置项目,返回的值会直接挂在被 Mixed 的原型上

    Returns {
        $$isEmitter: boolean;
    }

    • $$isEmitter: boolean

Generated using TypeDoc