MonkeyAroundComponent.registerFunctionPatch method
MonkeyAroundComponent › registerFunctionPatch
Registers a patch for a single function-like member (a method, or a callable such as aDebouncer) using a simplified handler.Signature:
registerFunctionPatch(params: MonkeyAroundComponentRegisterFunctionPatchParams<Obj, FunctionName>): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| params | MonkeyAroundComponentRegisterFunctionPatchParams<Obj, FunctionName> | The parameters of the patch. |
Returns: void