The properties defined in the JadeDynamicObject class are summarized in the following table.
Property | Contains the … |
---|---|
children | Array containing dynamic objects |
name | Runtime name of the dynamic object instance in textual format |
parent | Dynamic object reference that is the inverse of children |
type | Type of the runtime dynamic object instance, which you can use to distinguish between dynamic object types |