9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function getClassInfo(object: Object): ClassInfo;

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

A function that gets the ClassInfo for an object.

Parameters

ParameterTypeDescription
objectObjectThe object. Returns a ClassInfo for the object.

Returns

ClassInfo

Previous
getClass