NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in

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.