Skip to content

MonkeyAroundComponent.registerMethodPatch method

MonkeyAroundComponent › registerMethodPatch

Registers a single-method patch using a simplified handler.

Signature:

registerMethodPatch(params: MonkeyAroundComponentRegisterMethodPatchParams<Obj, MethodName>): void

Parameters:

ParameterTypeDescription
paramsMonkeyAroundComponentRegisterMethodPatchParams<Obj, MethodName>The parameters of the patch.

Returns: void