NonNativeItems¶
nonNativeItems
Description
A collection of NonNativeItem objects.
Properties¶
NonNativeItems.length¶
nonNativeItems.length
Description
The number of objects in the collection.
Type
Number, read-only.
NonNativeItems.parent¶
nonNativeItems.parent
Description
The parent of this object.
Type
Object, read-only.
NonNativeItems.typename¶
nonNativeItems.typename
Description
The class name of the referenced object.
Type
String, read-only.
Methods¶
NonNativeItems.getByName()¶
nonNativeItems.getByName(name)
Description
Gets the first element in the collection with the specified name.
Parameters
Parameter |
Type |
Description |
---|---|---|
|
String |
Name of element to get |
Returns