MonkeyAroundComponent.registerMethodPatch method
MonkeyAroundComponent › registerMethodPatch
Registers a single-method patch using a simplified handler.Signature:
registerMethodPatch(params: MonkeyAroundComponentRegisterMethodPatchParams<Obj, MethodName>): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| params | MonkeyAroundComponentRegisterMethodPatchParams<Obj, MethodName> | The parameters of the patch. |
Returns: void