<!-- 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;
        };
    };
```
