[Basic Type](../groups/Basic Type.Basic Type.md) / TypeName
TypeName<T> Interface
Class definition, using this can save the tedious type declaration of class parameters, such as fun<T>(c: {new(): T}), which can be written as fun<T>(c: Class<T>)
Type parameters
| Name |
|---|
T |
Table of contents
Constructors
new TypeName(...args: any[]) |
|---|
Class definition, using this can save the tedious type declaration of class parameters, such as fun<T>(c: {new(): T}), which can be written as fun<T>(c: Class<T>) |
Class definition, using this can save the tedious type declaration of class parameters, such as fun<T>(c: {new(): T}), which can be written as fun<T>(c: Class<T>)
Parameters
...args any[] | Usage: Parameters |
|---|
Editor API