ClassType<T>: (new (...args) => T)

The static 'name' of a class, rather than an instance. E.g. MyClass instead of new MyClass().

Type Parameters

  • T

    Any constructable class.

Type declaration

    • new (...args): T
    • Parameters

      • Rest ...args: any[]

      Returns T

Generated using TypeDoc