The holder of the specific instance callback

interface IInstrumentHook {
    cbks: IInstrumentHooksCallbacks;
    id: number;
    rm: (() => void);
}

Hierarchy (view full)

Properties

Properties

Holds the callbacks

id: number

Unique Id for this callback on the hooked method

rm: (() => void)

Remove this hook from the function