MonkeyAroundComponent.registerPatch method
MonkeyAroundComponent › registerPatch
Registers a patch using raw factories (advanced API).Signature:
registerPatch(obj: Obj, factories: Partial<FullFactories<Obj>>): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| obj | Obj | The object to patch. |
| factories | Partial<FullFactories<Obj>> | The factories to apply to the object. |
Returns: void