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<$Object, FunctionName>): void

Parameters:

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

Returns: void