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.

65 lines (31 loc) 999 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) ## IStableStore interface Provides the number which matches up with the C++ end, given a [StableId](./rc-js-util.stableid.md)<!-- -->. **Signature:** ```typescript export interface IStableStore ``` ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [getId(key)](./rc-js-util.istablestore.getid.md) </td><td> </td></tr> <tr><td> [hasId(sharedObjectHandle, specialization)](./rc-js-util.istablestore.hasid.md) </td><td> </td></tr> <tr><td> [initialize()](./rc-js-util.istablestore.initialize.md) </td><td> </td></tr> <tr><td> [setSpecializations(sharedObjectHandle, specializations)](./rc-js-util.istablestore.setspecializations.md) </td><td> </td></tr> </tbody></table>