Skip to content

NonNativeItems

nonNativeItems

A collection of NonNativeItem objects.


nonNativeItems.length

The number of objects in the collection.

Number; read-only.


nonNativeItems.parent

The parent of this object.

Object; read-only.


nonNativeItems.typename

The class name of the referenced object.

String; read-only.


nonNativeItems.getByName(name)

Gets the first element in the collection with the specified name.

ParameterTypeDescription
nameStringName of element to get

NonNativeItem, SymbolItem