Skip to content

PrismUtil.objId method

PrismUtil › objId

Unofficial

Returns a unique identifier for the given object.

Signature:

objId(obj: unknown): number

Parameters:

Parameter Type Description
obj unknown The object to identify.

Returns: numberThe unique numeric identifier.