A mixin class which implements the behavior of EventTarget. This is useful in cases where a class wants EventTarget-like behavior but needs to extend some other class.

Type Parameters

  • TBaseClass

Hierarchy (View Summary)

Properties

emittedEvents: string[] = []

An array of event types which are valid for this class.

Methods