Constructor for use by the runtime only.
TypeScript type of the keys in the map.
TypeScript type of the values in the map.
Property used for retrieving this entry.
Type of serializable property used for the keys stored in the map.
Type of serializable property used for the values stored in the map.
Uses the provided path elements to find an map element with the specified key, 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 (key or property with that path doesn't exist).
Returns a serializable property for the specified entry.
map key for the value to retrieve.
Serializable property that allows you to manipulate contents of the map entry.
The InspectableMap provides access meta-data about Map fields in an object. The primary use-case for this class is type reflection within the Inspector APIs.