UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

64 lines (30 loc) 898 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IStableStore](./rc-js-util.istablestore.md) &gt; [hasId](./rc-js-util.istablestore.hasid.md) ## IStableStore.hasId() method **Signature:** ```typescript hasId(sharedObjectHandle: IManagedObject & IPointer, specialization: IdSpecialization): boolean; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> sharedObjectHandle </td><td> [IManagedObject](./rc-js-util.imanagedobject.md) &amp; [IPointer](./rc-js-util.ipointer.md) </td><td> </td></tr> <tr><td> specialization </td><td> [IdSpecialization](./rc-js-util.idspecialization.md) </td><td> </td></tr> </tbody></table> **Returns:** boolean