Object Property
Parent |
A reflection object representing a object property.
Functions
getSubclass () → subclass : Object<Class>
Returns the subclass type of this object. Meaning, the stored objects need to be of this type.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Subclass |
| Name | Type | Description |
|---|---|---|
Subclass |
Object<Class> |
The subclass of this object. |