Skip to content

MonkeyAroundComponent.registerPatch method

MonkeyAroundComponent › registerPatch

Registers a patch using raw factories (advanced API).

Signature:

registerPatch(obj: Obj, factories: Partial<FullFactories<Obj>>): void

Parameters:

ParameterTypeDescription
objObjThe object to patch.
factoriesPartial<FullFactories<Obj>>The factories to apply to the object.

Returns: void