MonkeyAroundComponentRegisterFunctionPatchParams.patchHandler method
MonkeyAroundComponentRegisterFunctionPatchParams › patchHandler
Patch handler function that takes the original value and returns the patched value.Signature:
patchHandler(originalValue: Obj[FunctionName]): Obj[FunctionName]Parameters:
| Parameter | Type | Description |
|---|---|---|
| originalValue | Obj[FunctionName] | The original value of the function. |
Returns: Obj[FunctionName] — The patched value of the function.