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