NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
function getBaseClasses(object: any): string[];

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

A function that gets the entire class hierarchy of an object.

Parameters

ParameterTypeDescription
objectanyThe object. Returns an array of strings with the name of all base classes.

Returns

string[]

Previous
GC