the abstraction that defines the static methods which must exist in a signal generating class

interface SignalClass {
    new SignalClassnew (...args): Signal<any>;
    create(...args): [id: number, ...any[]];
}

Constructors

Methods

Constructors

Methods

Generated using TypeDoc