Home > rc-js-util > DebugSharedObjectChecks > unregister
Signature:
static unregister(protectedView: IDebugProtectedView, instance: {
debugOnAllocate?: () => void;
} & ISharedObject, nameOfInstance: string): void;
| Parameter | Type | Description |
|---|---|---|
| protectedView | IDebugProtectedView | |
| instance | { debugOnAllocate?: () => void; } & ISharedObject | |
| nameOfInstance | string |
Returns:
void