js-util

Home > rc-js-util > DebugSharedObjectChecks > unregister

DebugSharedObjectChecks.unregister() method

Signature:

static unregister(protectedView: IDebugProtectedView, instance: {
        debugOnAllocate?: () => void;
    } & ISharedObject, nameOfInstance: string): void;

Parameters

Parameter Type Description
protectedView IDebugProtectedView  
instance { debugOnAllocate?: () => void; } & ISharedObject  
nameOfInstance string  

Returns:

void