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.

92 lines (42 loc) 1.07 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [StableId](./rc-js-util.stableid.md) ## StableId class Mirrors the C++ class of the same name. This can be used as a key to get a unique number which can be matched on the C++ side. **Signature:** ```typescript export declare class StableId ``` ## Constructors <table><thead><tr><th> Constructor </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [(constructor)(name)](./rc-js-util.stableid._constructor_.md) </td><td> </td><td> Constructs a new instance of the `StableId` class </td></tr> </tbody></table> ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [name](./rc-js-util.stableid.name.md) </td><td> `readonly` </td><td> string </td><td> </td></tr> </tbody></table>