The static 'name' of a class, rather than an instance. E.g. MyClass instead of new MyClass().
MyClass
new MyClass()
Any constructable class.
Rest
Generated using TypeDoc
The static 'name' of a class, rather than an instance. E.g.
MyClass
instead ofnew MyClass()
.