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