NonUniqueIDBasedObject
A non-unique-ID-based script object.
NonUniqueIDBasedObject Properties
| Property |
Type |
Access |
Description |
| id |
Long |
read |
The object’s unique id. |
| index |
Long |
read |
Index of the object within its parent object. |
| parent |
Object |
read |
The object’s parent. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
NonUniqueIDBasedObject Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: Note
Next post: NonIDBasedObject