Skip to content

MonkeyAroundComponent.registerMethodPatch method

MonkeyAroundComponent › registerMethodPatch

Registers a single-method patch using a simplified handler.

Signature:

registerMethodPatch(params: MonkeyAroundComponentRegisterMethodPatchParams<$Object, MethodName>): void

Parameters:

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

Returns: void