Namespaces
getClass
function getClass(object: any): string;Defined in: utils/types.d.ts:81
A function that gets the class name of an object.
Parameters
| Parameter | Type | Description |
|---|---|---|
object | any | The object. Returns a string with the name of the class. |
Returns
string
- Previous
- getBaseClasses
- Next
- getClassInfo