Identity for JavaScript objects and functions. This is implemented using a simple incrementing counter which is stored in each object under FIELD_NAME.
The identity for an object does not change during its lifecycle.
Static
Current counter.
Name of the field to be used to store the object ID. Default is mxObjectId.
mxObjectId
Deletes the ID from the given object or function.
Returns the ID for the given object or function.
Identity for JavaScript objects and functions. This is implemented using a simple incrementing counter which is stored in each object under FIELD_NAME.
The identity for an object does not change during its lifecycle.