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.
78 lines (36 loc) • 908 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IInteropBindings](./rc-js-util.iinteropbindings.md) > [\_jsUtilHasRuntimeMappingId](./rc-js-util.iinteropbindings._jsutilhasruntimemappingid.md)
## IInteropBindings.\_jsUtilHasRuntimeMappingId() method
**Signature:**
```typescript
_jsUtilHasRuntimeMappingId(sharedObjectPtr: number, catId: number, specId: number): boolean;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
sharedObjectPtr
</td><td>
number
</td><td>
</td></tr>
<tr><td>
catId
</td><td>
number
</td><td>
</td></tr>
<tr><td>
specId
</td><td>
number
</td><td>
</td></tr>
</tbody></table>
**Returns:**
boolean