Interface EventedConstructor

Base class which provides default on/emit functions to child classes.

interface EventedConstructor {
    new EventedConstructornew <Events>(): Evented<Events>;
}

Constructors

Constructors

Generated using TypeDoc