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.

18 lines (13 loc) 684 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; [SharedObjectCleanup](./rc-js-util.sharedobjectcleanup.md) &gt; [Options](./rc-js-util.sharedobjectcleanup.options.md) ## SharedObjectCleanup.Options property **Signature:** ```typescript static Options: { new (debugName: string, protectedView: IDebugProtectedViewFactory | null, ownershipKind: ESharedObjectOwnerKind): { readonly debugName: string; readonly protectedView: IDebugProtectedViewFactory | null; readonly ownershipKind: ESharedObjectOwnerKind; }; }; ```