Skip to content

MonkeyAroundComponent.registerFunctionPatch method

MonkeyAroundComponent › registerFunctionPatch

Registers a patch for a single function-like member (a method, or a callable such as a Debouncer) using a simplified handler.

Signature:

registerFunctionPatch(params: MonkeyAroundComponentRegisterFunctionPatchParams<Obj, FunctionName>): void

Parameters:

ParameterTypeDescription
paramsMonkeyAroundComponentRegisterFunctionPatchParams<Obj, FunctionName>The parameters of the patch.

Returns: void