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
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [SharedObjectCleanup](./rc-js-util.sharedobjectcleanup.md) > [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;
};
};
```