Namespaces
getClassInfo
function getClassInfo(object: Object): ClassInfo;Defined in: utils/types.d.ts:95
A function that gets the ClassInfo for an object.
Parameters
| Parameter | Type | Description |
|---|---|---|
object | Object | The object. Returns a ClassInfo for the object. |
Returns
- Previous
- getClass