Interface Type<T>

Interface describing the Type, i.e., static constructable context, of classes extending the abstract Store base class.

interface Type<T> {
    new Typenew (): T;
    prototype: T;
}

Type Parameters

Hierarchy

Constructors

Properties

Constructors

Properties

prototype: T

Overridden prototype signature.

Generated using TypeDoc