Constructor for use by the runtime only.
TypeScript type of the elements in the array.
Property used for retrieving this entry.
Type of serializable property used for the elements stored in the array.
Returns a serializable property for a specific array element.
Index of the element in the array.
Serializable property that allows you to manipulate contents of the array entry.
Uses the provided path elements to find an array element at the specified index, and returns a property to the element, or to a child property of that element.
Path elements representing field names and keys to look for.
Index in the pathElements array to start the search at.
Property representing the final path element, or null if not found (array index is out of range, or property with that path doesn't exist).
StaticgetStaticsetAssigns the value to the array at the specified index.
The InspectableArray class provides reflection for a TypeScript array. The primary use-case for this class is type reflection within the Inspector APIs.