Namespaces
ClassInfo
A Class holding information about a class
Defined in: utils/types.d.ts:100
A Class holding information about a class
Constructors
Constructor
new ClassInfo(): ClassInfo;Returns
ClassInfo
Properties
baseClassInfo
baseClassInfo: ClassInfo;Defined in: utils/types.d.ts:109
Gets the ClassInfo for the base class of the current info.
name
name: string;Defined in: utils/types.d.ts:104
Gets the name of the class.
- Previous
- toDevicePixels
- Next
- ScopeError