9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: utils/types.d.ts:100

A Class holding information about a class

Constructors

Constructor

ts
new ClassInfo(): ClassInfo;

Returns

ClassInfo

Properties

baseClassInfo

ts
baseClassInfo: ClassInfo;

Defined in: utils/types.d.ts:109

Gets the ClassInfo for the base class of the current info.


name

ts
name: string;

Defined in: utils/types.d.ts:104

Gets the name of the class.