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.

82 lines (38 loc) 1.14 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; [IManagedObject](./rc-js-util.imanagedobject.md) ## IManagedObject interface An object which is backed by some sort of shared resource, holds a handle to a [IManagedResourceNode](./rc-js-util.imanagedresourcenode.md)<!-- -->. **Signature:** ```typescript export interface IManagedObject<TModule extends IInteropBindings = IInteropBindings> ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [resourceHandle](./rc-js-util.imanagedobject.resourcehandle.md) </td><td> `readonly` </td><td> [IManagedResourceNode](./rc-js-util.imanagedresourcenode.md) </td><td> </td></tr> </tbody></table> ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [getWrapper()](./rc-js-util.imanagedobject.getwrapper.md) </td><td> </td></tr> </tbody></table>