Skip to content

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:

ParameterTypeDescription
originalValueObj[FunctionName]The original value of the function.

Returns: Obj[FunctionName]The patched value of the function.